Fix download bug

This commit is contained in:
Jérôme Tubiana
2025-06-18 16:32:33 +03:00
parent 7685549c8e
commit a61623cd98

View File

@@ -44,7 +44,7 @@ class myPDBList(Bio.PDB.PDBList):
kwargs['pdb'] = structures_folder
super().__init__(*args,**kwargs)
self.alphafold_server = 'https://alphafold.ebi.ac.uk/' # entry/Q13469
# self.pdb_server = 'ftp://ftp.ebi.ac.uk/pub/databases/pdb/'
self.pdb_server = 'https://files.wwpdb.org'
self.flat_tree = True
return