Closed Tdanis closed 4 years ago
Hello, I am taking the out sam file from my mapper and I am trying to convert it in bam format.
The command that I am using is this:
is it correct? or indexing step is unnecessary?
Thank you
StringTie does not need or use a BAM index.
Hello, I am taking the out sam file from my mapper and I am trying to convert it in bam format.
The command that I am using is this:
/mnt/big/Tools/samtools-1.9/samtools view -S(b)u -@20 Aligned.out.sam > alg.bam
/mnt/big/Tools/samtools-1.9/samtools sort alg.bam -@20 -o ./alg.sorted.bam
/mnt/big/Tools/samtools-1.9/samtools index alg.sorted.bam
is it correct? or indexing step is unnecessary?
Thank you