Skip to content

Commit

Permalink
Update LaunchMetrics.py
Browse files Browse the repository at this point in the history
updating to analyze User_WGS recipe with DRAGEN
  • Loading branch information
darrelln32 committed Sep 29, 2024
1 parent deb9742 commit 39767d3
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 @@ -16,7 +16,7 @@
# Global Variable : we do not want to process these experiments in this script
DO_NOT_PROCESS = ["SC_DLP"]
# These recipes will be evaluated using DRAGEN because of their larger size of fastqs
RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "WGS_Deep", "ChIP", "CUT&RUN","Amplicon"]
RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "WGS_Deep", "User_WGS", "ChIP", "CUT&RUN", "Amplicon"]
# these projects willl only need demux stats
DEMUX_ONLY = ["SMARTSeq", "Chromium", "10X_Genomics", "Visium"]

Expand Down

0 comments on commit 39767d3

Please sign in to comment.