Hi,
Thank you for creating this pipeline.
I have a small question about samtools view -bh aligned.sam | samtools sort -n > aligned.bam in CHROMAP_ALIGN process.
According to samtools manual, samtools sort can take .sam as input.
Is samtools view -bh necessary? Will this command samtools sort -n aligned.sam > aligned.bam give the exact same output? Since it can save some time for me (30 min with samtools view -bh vs 13 min samtool sort only).