Louis BECQUEY

split rRNA distance matrices computations apart

...@@ -1483,7 +1483,7 @@ class Pipeline: ...@@ -1483,7 +1483,7 @@ class Pipeline:
1483 os.makedirs(path_to_seq_data + "realigned/3D_only", exist_ok=True) 1483 os.makedirs(path_to_seq_data + "realigned/3D_only", exist_ok=True)
1484 subprocess.run(["cp", path_to_seq_data + "realigned/*_3d_only.afa", path_to_seq_data + "realigned/3d_only" ]) 1484 subprocess.run(["cp", path_to_seq_data + "realigned/*_3d_only.afa", path_to_seq_data + "realigned/3d_only" ])
1485 subprocess.run(["rm", "-f", runDir + f"/archive/RNANET_alignments_latest.tar.gz"]) 1485 subprocess.run(["rm", "-f", runDir + f"/archive/RNANET_alignments_latest.tar.gz"])
1486 - subprocess.run(["tar", "-C", path_to_seq_data + "realigned/3d_only" , "-czf", runDir + f"/archive/RNANET_alignments_latest.tar.gz", "."]) 1486 + subprocess.run(["tar", "-C", path_to_seq_data + "realigned/3D_only" , "-czf", runDir + f"/archive/RNANET_alignments_latest.tar.gz", "."])
1487 1487
1488 def sanitize_database(self): 1488 def sanitize_database(self):
1489 """Searches for issues in the database and correct them""" 1489 """Searches for issues in the database and correct them"""
......
This diff is collapsed. Click to expand it.