wtsi-npg / bambi

Process Illumina instrument data into SAM/BAM/CRAM files.
http://wtsi-npg.github.io/bambi
GNU Affero General Public License v3.0
9 stars 15 forks source link

Updated to handle NanoSeq #201

Closed jenniferliddle closed 4 months ago

jenniferliddle commented 5 months ago

Change read2tags to allow reading from read 1 and writing tags to read 2 (and vice-versa)

srl147 commented 4 months ago

Jennifer correct me if I'm wrong the way you removed the dependancy on samtools was to simply switch the tests to using sam files, which don't need to be processed with samtools

jenniferliddle commented 4 months ago

Absolutely correct. I deemed that to be the simplest solution, and better for future additions and tests.