Skip to content

Commit

Permalink
Update LaunchMetrics.py
Browse files Browse the repository at this point in the history
Added Visium to the list that just processes demuxed reads only
  • Loading branch information
darrelln32 committed May 22, 2024
1 parent 49420eb commit fcfe5d1
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 @@ -18,7 +18,7 @@
# These recipes will be evaluated using DRAGEN because of their larger size of fastqs
RUN_ON_DRAGEN = ["MissionBio", "SingleCellCNV", "WGS_Deep", "ChIP", "CUT&RUN","Amplicon"]
# these projects willl only need demux stats
DEMUX_ONLY = ["SMARTSeq", "Chromium", "10X_Genomics"]
DEMUX_ONLY = ["SMARTSeq", "Chromium", "10X_Genomics", "Visium"]

# Organisms to have DRAGEN BAMS
DRAGEN_RNA_GENOMES = ["GRCh38", "grcm39"]
Expand Down

0 comments on commit fcfe5d1

Please sign in to comment.