The DomainGraphExtractor currently only exports as TEXT and GEXF. I'm not 100% certain the rationale for the GEXF output since our workflow in auk is graphml to graphpass, which produces the gexf. So, at the very least, we should add a GRAPHML option.
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.