Aglaé TABOT

Merge branch 'stage_aglae' of ssh://forge.ibisc.univ-evry.fr:6622/lbecquey/RNANet into stage_aglae

...@@ -322,7 +322,6 @@ class Chain: ...@@ -322,7 +322,6 @@ class Chain:
322 else: 322 else:
323 status = f"Extract {self.pdb_id}-{self.pdb_chain_id}" 323 status = f"Extract {self.pdb_id}-{self.pdb_chain_id}"
324 self.file = path_to_3D_data+"rna_only/"+self.chain_label+".cif" 324 self.file = path_to_3D_data+"rna_only/"+self.chain_label+".cif"
325 -
326 325
327 # Check if file exists, if yes, abort (do not recompute) 326 # Check if file exists, if yes, abort (do not recompute)
328 if os.path.exists(self.file): 327 if os.path.exists(self.file):
......