Skip to content

Commit

Permalink
Update LaunchMetrics.py
Browse files Browse the repository at this point in the history
add special directory for DRAGEN 4.2 testing
  • Loading branch information
darrelln32 committed Mar 21, 2024
1 parent 0b50c75 commit 73c9658
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/LaunchMetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ def __init__(self):

def launch_metrics(self, all_samples, run, project_directory):
#
# special run
run = "FAUCI_0121_B222WMMLT4_special"

# create output directories
parent_directory = "/igo/staging/stats"
work_directory = "{}/{}/".format(parent_directory, run)
Expand Down

0 comments on commit 73c9658

Please sign in to comment.