broadinstitute/Drop-seq

selection of base range parameter in drop-seq pipeline

Closed this issue · 2 comments

Hi All,

I am currently trying to re-align sc data (recently published but aligned to a much older sequence) using the dropseq pipeline to update what it's aligned to.

What is the rationale for the basis of base range ?? I opted for the default cookbook parameter of 1-12 for XC 13-20 for XM but I figure there's a more sophisticated way in selecting the base range ?

java -jar -Xmx30g ${dropseq_path}/dropseq.jar TagBamWithReadSequenceExtended
INPUT=${path}/${sample[@]}_raw.bam
OUTPUT=${path}/${sample[@]}_unaligned_tagged_barcode.bam
SUMMARY=unaligned_tagged_barcodes.bam_summary.txt
?????? BASE_RANGE=1-6:22-27:43-48 ??????
BASE_QUALITY=10
BARCODED_READ=1
DISCARD_READ=False
TAG_NAME=XC
NUM_BASES_BELOW_QUALITY=1

I appreciate anyone that takes the time to read and consult. Thanks !

Thanks James!