sdparekh / zUMIs

zUMIs: A fast and flexible pipeline to process RNA sequencing data with UMIs
GNU General Public License v3.0
273 stars 67 forks source link

expected_barcodes file with dual indices #329

Closed carmensandoval closed 2 years ago

carmensandoval commented 2 years ago

How should one format the list of expected barcodes when using dual indices?

I am using zUMIs to process libraries generated with Takara mRNA LP with UMIs kit, and each library has a unique dual index.

Should my file be:

barcode_1_i5   barcode_1_i7
barcode_2_i5   barcode_2_i7
barcode_3_i5   barcode_3_i7
.
.
.

Thanks!

cziegenhain commented 2 years ago

Hi Carmen,

Your file should contain the concatenated barcode string of every expected combination: https://github.com/sdparekh/zUMIs/wiki/Barcodes#barcode-annotation

Best, Christoph

carmensandoval commented 2 years ago

Thanks!