From 4af41c4d277927524247a75ef2b9429bffd3d991 Mon Sep 17 00:00:00 2001 From: darrelln32 Date: Sun, 21 Apr 2024 11:31:39 -0400 Subject: [PATCH] Update LaunchMetrics.py took out MethylCaptureSeq from RUN_ON_DRAGEN table --- scripts/LaunchMetrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]