We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dba6ae commit 419620eCopy full SHA for 419620e
1 file changed
README.md
@@ -63,7 +63,9 @@ StringTie takes as input a binary SAM (BAM) file which must be sorted by
63
reference position. This file contains spliced read alignments such as the
64
ones produced by TopHat. If you have a text file in SAM format you should
65
first convert it to the BAM format using the samtools view command:
66
+```
67
samtools view -S -b input.sam > input.bam
68
69
Any SAM spliced read alignment (a read alignment across at least one junction)
70
needs to contain the tag XS to indicate which strand of the RNA that produced
71
this read came from. TopHat alignments already include this tag, but if you use
0 commit comments