Skip to content

Commit c6d284b

Browse files
committed
adding samtools spec
1 parent ef1d49d commit c6d284b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Workshops/INRB2023.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ minimap2 --split-prefix=tmp$$ -a -xsr GCA_000001405.15_GRCh38_no_alt_plus_hs38d1
127127
samtools index 788707_20180129.bam
128128
```
129129

130+
Here is the [samtools specification](https://samtools.github.io/hts-specs/SAMv1.pdf), and the description of the columns is on page 6.
131+
130132
Now, we use `samtools` flags to filter out the human and not human sequences. You can find out what the flags mean using the [samtools flag explainer](https://broadinstitute.github.io/picard/explain-flags.html)
131133

132134
### human only sequences

0 commit comments

Comments
 (0)