Skip to content

Commit

Permalink
Update LaunchMetrics.py
Browse files Browse the repository at this point in the history
included a recipe called PombeWholeGenome to process S.pombe samples on DRAGEN
  • Loading branch information
darrelln32 committed Oct 22, 2023
1 parent 67d30ab commit 8750849
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 @@ -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"]
RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "MouseWholeGenome", "ChIPSeq", "AmpliconSeq", "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 "
Expand Down

0 comments on commit 8750849

Please sign in to comment.