Changes between Version 98 and Version 99 of SOPs/atac_Seq
- Timestamp:
- 12/08/21 15:15:19 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/atac_Seq
v98 v99 68 68 {{{ 69 69 samtools view -h file.bam | grep -v chrM | samtools view -b -h -f 0x2 - | samtools sort - > file.sorted.bam 70 }}} 71 72 * Index the bam file. 73 {{{ 74 samtools index file.sorted.bam 70 75 }}} 71 76