Changes between Version 24 and Version 25 of SOPs/variant_calling
- Timestamp:
- 09/13/18 10:55:18 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/variant_calling
v24 v25 47 47 Get uniquely mapping reads (Is this recommended or not?) 48 48 {{{ 49 samtools view -h A_reads.bt2.bam | grep -v XS:i: | samtools view -bS - > A_reads.bt2.sorted_unique.bam49 bsub samtools view -b -q 5 -o A_reads.bt2.unique.bam A_reads.bt2.bam 50 50 }}} 51 51