Code:
samtools sort [-on] [-m <maxMem>] <in.bam> <out.prefix>
Code:
samtools index <sorted.bam>
And from the tview run, u forgot to include the reference sequence
Code:
samtools tview <aln.sorted.bam> [ref.fasta]
You can check out this post. This might help you
Leave a comment: