Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd graphml output to DomainGraphExtractor #435
Closed
Labels
Comments
This was referenced Apr 8, 2020
ianmilligan1
pushed a commit
that referenced
this issue
Apr 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruebot commentedApr 8, 2020
The
DomainGraphExtractor
currently only exports asTEXT
andGEXF
. I'm not 100% certain the rationale for the GEXF output since our workflow inauk
is graphml to graphpass, which produces the gexf. So, at the very least, we should add aGRAPHML
option.