Aglaé TABOT

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

...@@ -323,7 +323,6 @@ class Chain: ...@@ -323,7 +323,6 @@ class Chain:
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 325
326 -
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):
329 notify(status, "using previous file") 328 notify(status, "using previous file")
......