neurodata / ndgrutedb

Pipeline and tools for estimating human connectomes from Diffusion, Structural, and Functional MRI
http://neurodata.io
Apache License 2.0
29 stars 13 forks source link

igraph failed to read graphml #142

Closed disa-mhembere closed 8 years ago

disa-mhembere commented 8 years ago

At foreign-graphml.c:1354 : GraphML support is disabled, Unimplemented function call

disa-mhembere commented 8 years ago

Strange. R native can read it, Python native can read it. rpy2 complains ....

disa-mhembere commented 8 years ago

reverted igraph version to igraph_0.7.999-593

TMCjp commented 8 years ago

Please, how can i reverte igraph version to igraph_0.7.999-593

disa-mhembere commented 8 years ago

At the time I went to the igraph github page changed branches and found the commit id that corresponded to this version, cloned it and built it all myself. You should not need to do this now though -- this bug was fixed. You should make sure you're running the latest R version, have the latest Rccp and reinstall igraph.

TMCjp commented 8 years ago

Thanks for your help, I have got it. thanks very much.