Networkx parse gml writing unusable gml files
问题 I've been trying to parse in some additional attributes to a networkx gml for use later on, and I've run into an issue. When given a gml file from Cytoscape, networkx outputs a gml file that it itself can't read. I.e. Cytoscape -> Into networkx -> Output -> Into networkx -> Error: pyparsing.ParseException: Expected "]" (at char 1116756), (line:71732, col:3) Now that error requests an additional ] after the nodes (AKA making the graph ignore the edges), if you do this, the graph works. However