We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4400874 commit 2f8bd88Copy full SHA for 2f8bd88
1 file changed
structure_view/views.py
@@ -5,7 +5,7 @@ def index(request):
5
structure_type = request.GET.get('structure_type', '').strip()
6
7
if structure_type == 'alphafold':
8
- url = f'https://alphafold.ebi.ac.uk/files/AF-{id}-F1-model_v4.cif'
+ url = f'https://alphafold.ebi.ac.uk/files/AF-{id}-F1-model_v6.cif'
9
else:
10
url = f'https://www.ebi.ac.uk/pdbe/model-server/v1/{id}/full?encoding=cif'
11
0 commit comments