From a61623cd98d243c2ff4cd03fc3619d2d22ec50e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tubiana?= Date: Wed, 18 Jun 2025 16:32:33 +0300 Subject: [PATCH] Fix download bug --- preprocessing/PDBio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessing/PDBio.py b/preprocessing/PDBio.py index ca87b2f..b188e3e 100644 --- a/preprocessing/PDBio.py +++ b/preprocessing/PDBio.py @@ -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