Skip to content

Commit e8d451f

Browse files
committed
Experimental BD Rhapsody Support
Experimental BD Rhapsody Support based on COMBINE-lab/salmon#628 (comment)
1 parent 814504f commit e8d451f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ p3_value=
174174
p4_MODE=
175175
p4_TYPE=TEXT
176176
p4_default_value=dropseq
177-
p4_description=The chemistry used by the single-cell sequencing platform.<br>\nDrop-Seq, 10x Chromium v2, 10x Chromium v3, CITE-Seq, CEL-Seq, CEL-Seq2, and Quartz-Seq2 are currently supported.
177+
p4_description=The chemistry used by the single-cell sequencing platform.<br>\nDrop-Seq, 10x Chromium v2, 10x Chromium v3, CITE-Seq, CEL-Seq, CEL-Seq2, and Quartz-Seq2 are currently supported. BD Rhapsody support is experimental.
178178
p4_fileFormat=
179179
p4_flag=-c
180180
p4_name=Chemistry
@@ -183,7 +183,7 @@ p4_optional=
183183
p4_prefix=
184184
p4_prefix_when_specified=
185185
p4_type=java.lang.String
186-
p4_value=dropseq\=Drop-Seq;chromium\=10x Chromium v2;chromiumV3\=10x Chromium v3;citeseq\=CITE-Seq;celseq\=CEL-Seq;celseq2\=CEL-Seq2;quartzseq2\=Quartz-Seq2
186+
p4_value=dropseq\=Drop-Seq;chromium\=10x Chromium v2;chromiumV3\=10x Chromium v3;citeseq\=CITE-Seq;celseq\=CEL-Seq;celseq2\=CEL-Seq2;quartzseq2\=Quartz-Seq2;rhapsody\=BD Rhapsody (Experimental)
187187
p5_MODE=
188188
p5_TYPE=TEXT
189189
p5_default_value=ISR

salmon_alevin_quant.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ params=()
255255
[[ $method == "celseq2" ]] && params+=(--celseq2)
256256
[[ $method == "quartzseq2" ]] && params+=(--quartzseq2)
257257

258+
[[ $method == "rhapsody" ]] && params+=(--umi-geometry \'1[53-60]\')
259+
[[ $method == "rhapsody" ]] && params+=(--bc-geometry \'1[1-9,22-30,44-52]\')
260+
[[ $method == "rhapsody" ]] && params+=(--read-geometry \'2[1-end]\')
261+
258262
[[ -e "$whitelist" ]] && params+=(--whitelist $whitelist)
259263
[[ -e "$mtrna" ]] && params+=(--mrna $mtrna)
260264
[[ -e "$rrna" ]] && params+=(--rrna $rrna)

0 commit comments

Comments
 (0)