Changes between Version 34 and Version 35 of SOPs/variant_calling
- Timestamp:
- 10/30/25 16:10:26 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/variant_calling
v34 v35 47 47 Get uniquely mapping reads (Is this recommended or not?) 48 48 {{{ 49 bsub samtools view -b -q 5 -o A_reads.bt2.unique.bam A_reads.bt2.bam 49 sbatch --job-name=samtools_view --mem=4G --wrap="samtools view -b -q 5 -o A_reads.bt2.unique.bam A_reads.bt2.bam" 50 50 }}} 51 51
