Skip to content

Commit 2f8bd88

Browse files
committed
Fix path to AlphaFold model CIF files
Refs pombase/website#2421
1 parent 4400874 commit 2f8bd88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

structure_view/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def index(request):
55
structure_type = request.GET.get('structure_type', '').strip()
66

77
if structure_type == 'alphafold':
8-
url = f'https://alphafold.ebi.ac.uk/files/AF-{id}-F1-model_v4.cif'
8+
url = f'https://alphafold.ebi.ac.uk/files/AF-{id}-F1-model_v6.cif'
99
else:
1010
url = f'https://www.ebi.ac.uk/pdbe/model-server/v1/{id}/full?encoding=cif'
1111

0 commit comments

Comments
 (0)