grenaud / deML

Maximum likelihood demultiplexing
GNU General Public License v3.0
46 stars 13 forks source link

Configurable BAM tag names for barcodes and barcode qualities #1

Closed fgp closed 7 years ago

fgp commented 7 years ago

It seems that BAM file with barcodes and qualities stored in the fields BC and QT are quite common, especially for data coming from Illumina MiSeq instruments. These files (at least the ones I'm receiving from the sequencing facility) also contain the barcode tags only on read 1.

I've modified deML to deal with this case. The BAM tag names can now be specified on the command line, and these tags missing on read2 is no longer an error.