Graphml dataset

Hi

I installed graph-tools through brew and it works fine.
Good work and thanks for the detailed info.

I have a simple question about datasets. Except of the collection
provided in graph-tools is there a dataset that provides graphml
format of graphs?

If not, is there a way to convert other formats, like txt from the
snap dataset to graphml or gt?

I googled for few hours and I couldn't find answer to the above
sections.

I have a simple question about datasets. Except of the collection
provided in graph-tools is there a dataset that provides graphml
format of graphs?

I'm not aware of any repository out there that uses graphml extensively.

If not, is there a way to convert other formats, like txt from the
snap dataset to graphml or gt?

graph-tool can only read gml, dot, graphml and gt. For everything else,
like simple edge-list text files, you need to load it "by hand".

Note that graph-tool can also read directly from the Konect collection,
which is pretty large:

      http://konect.uni-koblenz.de/

Just read the documentation of the "collection" module.

Best,
Tiago

Ok, the konect module worked and its pretty handy. Thanks!