Skip to content

Commit

Permalink
Update LaunchMetrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
darrelln32 committed Mar 25, 2024
1 parent d6488f1 commit 6ec1dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/LaunchMetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def launch_metrics(self, all_samples, run, project_directory):
work_directory = "{}/{}/".format(parent_directory, run)
rna_directory = "{}RNA/".format(work_directory)
dragen_directory = "{}DRAGEN/".format(work_directory)
stats_done_directory = "/igo/stats/DONE/{}".format(run.split("_")[0])
stats_done_directory = "/igo/stats/DONE/{}/".format(run.split("_")[0])
print(stats_done_directory)
# create work directory
pathlib.Path(work_directory).mkdir(parents = True, exist_ok = True)
Expand Down

0 comments on commit 6ec1dd7

Please sign in to comment.