Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot write the graph in any extension #498

Open
ahmedibatta opened this issue Apr 23, 2022 · 0 comments
Open

Cannot write the graph in any extension #498

ahmedibatta opened this issue Apr 23, 2022 · 0 comments

Comments

@ahmedibatta
Copy link

I am working with neurommsing graph.
I loaded through their package and then union all graphs but cannot save

I got error : Invalid extension for file: neurommsing.bel

code

graphs = repository.get_graphs()

#Combine them all using pybel.union
graph = union(graphs.values())
pybel.dump(graph, 'neurommsing.bel')

error : Invalid extension for file: neurommsing.bel'

I checked

graph : <pybel.struct.graph.BELGraph at 0x7f379eafded0>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant