Skip to content

Commit

Permalink
Update LaunchMetrics.py
Browse files Browse the repository at this point in the history
adding User_ERIL recipe to to list to run on DRAGEN since some samples have a ton of reads
  • Loading branch information
darrelln32 committed Nov 12, 2024
1 parent 6924e5f commit 93702cb
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", "User_WGS", "ChIP", "CUT&RUN", "Amplicon"]
RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "WGS_Deep", "User_WGS", "ChIP", "CUT&RUN", "Amplicon", "User_ERIL"]
# these projects willl only need demux stats
DEMUX_ONLY = ["SMARTSeq", "Chromium", "10X_Genomics", "Visium"]

Expand Down

0 comments on commit 93702cb

Please sign in to comment.