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 90607e8 commit d6488f1
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 @@ -43,7 +43,7 @@ def launch_metrics(self, all_samples, run, project_directory):
rna_directory = "{}RNA/".format(work_directory)
dragen_directory = "{}DRAGEN/".format(work_directory)
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 d6488f1

Please sign in to comment.