Changes between Version 54 and Version 55 of SOPs/atac_Seq


Ignore:
Timestamp:
06/07/21 18:07:42 (4 years ago)
Author:
thiruvil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/atac_Seq

    v54 v55  
    4848  * Remove reads with low quality score: MAPQ < 30 with alignmentSieve from [[https://deeptools.readthedocs.io/en/develop/|DeepTools]]
    4949{{{
    50 alignmentSieve -b file.bam --minMappingQuality 30 -o MAPQ30.bam"
     50alignmentSieve -b file.bam --minMappingQuality 30 --samFlagInclude 2 -o MAPQ30.bam"
     51#samFlagInclude 2 is used to keep only properly paired reads
    5152}}}
    5253