diff --git a/scripts/LaunchMetrics.py b/scripts/LaunchMetrics.py index 77770b1..cfa4bc7 100644 --- a/scripts/LaunchMetrics.py +++ b/scripts/LaunchMetrics.py @@ -15,7 +15,7 @@ # Global Variable : we do not want to process these experiments in this script DO_NOT_PROCESS = ["10X_Genomics", "DLP"] # These recipes will be evaluated using DRAGEN because of their larger size of fastqs -RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "MouseWholeGenome", "ChIPSeq", "AmpliconSeq", "HumanWholeGenome", "PombeWholeGenome"] +RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "MouseWholeGenome", "HumanWholeGenome", "PombeWholeGenome"] # this list contains the headers of the columns. we will access the data using these listings PICARD_VERSION = "2_23_2" PICARD_JAR = "/igo/home/igo/resources/picard2.23.2/picard.jar "