a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
1.05k stars 132 forks source link

error in the tutorial #368

Open xiaopuren opened 9 months ago

xiaopuren commented 9 months ago

Describe the bug For the Graphein - Atom Graph Tutorial (https://graphein.ai/notebooks/atom_graph_tutorial.html) Error is in this line: g = construct_graph(config=config, pdb_path="../examples/pdbs/3eiy.pdb") pdb_path should be changed to path

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image Desktop (please complete the following information):

Additional context Add any other context about the problem here.

zjlab-BioGene commented 9 months ago

Change the parameter as "path" instead of "pdb_path" will work in version 1.7.5/1.7.6.