Skip to content

Commit

Permalink
Fix incorrect link to collab notebook in readme (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-Merii committed Jul 25, 2023
1 parent 94cbbb7 commit c18b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ g = construct_graph(config=config, pdb_code="3eiy")
| | |
|---|---|
| [Tutorial](http://graphein.ai/notebooks/alphafold_protein_graph_tutorial.html) | [Docs](http://graphein.ai/modules/graphein.protein.html#module-graphein.protein.graphs) |
| [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/a-r-j/graphein/blob/master/notebooks/residue_graphs.ipynb)|
| [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/a-r-j/graphein/blob/master/notebooks/alphafold_protein_graph_tutorial.ipynb)|

```python
from graphein.protein.config import ProteinGraphConfig
Expand Down

0 comments on commit c18b70f

Please sign in to comment.