Skip to content

Commit 513568a

Browse files
committed
change afdb version
1 parent 4acf401 commit 513568a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AFDB_tools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def grab_struct(uniID, structfolder, rejected = None, overwrite=False):
9595
pass
9696
try:
9797
prefix = 'https://alphafold.ebi.ac.uk/files/AF-'
98-
post = '-F1-model_v4.pdb'
98+
#post = '-F1-model_v4.pdb'
99+
post = '-F1-model_v6.pdb'
99100
url = prefix+uniID.upper()+post
100101
if not os.path.isfile(structfolder + uniID +'.pdb'):
101102
if rejected is None or (rejected and not os.path.isfile(structfolder + uniID +'.pdb')):

0 commit comments

Comments
 (0)