This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Samtools view error: header include @SQ line missing LN tag.

After running minimap2 aligning .fastq to index .mmi creating .bam and pipeing the result into samtools view the above error ensues. What can I do abou it?

minimap2

What is the exact command you used?

minimap2 -t 40 -ax splice -k14 -u f --secondary=no input.mmi othr_input.fastq.gz | samtools view -Sb > othr_input.bam

0 answers

No answers yet.

Log in to answer this question.