Changes between Version 110 and Version 111 of SOPs/atac_Seq
- Timestamp:
- 04/04/24 10:51:48 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/atac_Seq
v110 v111 74 74 }}} 75 75 76 * Remove duplicates with Picard's 'MarkDuplicates' or 'samtools rmdup'. 76 * Remove duplicates with Picard's 'MarkDuplicates' or 'samtools rmdup'. If your sequence depth is exceptionally high, duplicated reads might actually be part of the normal signals, meaning they may not necessarily need to be removed. 77 77 {{{ 78 78 java -jar /usr/local/share/picard-tools/picard.jar MarkDuplicates I=Mapped_reads.bam O=Mapped_reads.noDups.bam M=foo.marked_dup_metrics.txt REMOVE_DUPLICATES=true