diff --git a/scripts/LaunchMetrics.py b/scripts/LaunchMetrics.py index 014919a..c84d0b2 100644 --- a/scripts/LaunchMetrics.py +++ b/scripts/LaunchMetrics.py @@ -16,7 +16,7 @@ # Global Variable : we do not want to process these experiments in this script DO_NOT_PROCESS = ["DLP"] # These recipes will be evaluated using DRAGEN because of their larger size of fastqs -RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "MouseWholeGenome", "HumanWholeGenome", "PombeWholeGenome", "ChIPSeq", "AmpliconSeq", "MethylCaptureSeq"] +RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "MouseWholeGenome", "HumanWholeGenome", "PombeWholeGenome", "ChIPSeq", "AmpliconSeq"] # these projects willl only need demux stats DEMUX_ONLY = ["SMARTSeq", "10X_Genomics"]