Changes between Version 98 and Version 99 of SOPs/atac_Seq


Ignore:
Timestamp:
12/08/21 15:15:19 (3 years ago)
Author:
ibarrasa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/atac_Seq

    v98 v99  
    6868{{{
    6969samtools 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{{{
     74samtools index file.sorted.bam
    7075}}}
    7176