Skip to content

Commit

Permalink
Update LaunchMetrics.py
Browse files Browse the repository at this point in the history
getting an error with grcm39 hash table.  Will go ahead and run ChIPSeq and AmpliconSeq with BWA-MEM
  • Loading branch information
darrelln32 committed Oct 30, 2023
1 parent fb262fd commit 7203939
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", "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 "
Expand Down

0 comments on commit 7203939

Please sign in to comment.