Changes between Version 90 and Version 91 of SOPs/atac_Seq
- Timestamp:
- 08/19/21 16:03:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/atac_Seq
v90 v91 102 102 * If you have human (hg38, hg19) and mouse (mm10, mm9) samples with biological replicates, you run [[https://github.com/ENCODE-DCC/atac-seq-pipeline|ENCODE ATAC-seq Pipeline]]. The pipeline takes fastq files, cleans and maps the reads, filters aligned reads and does peak calls. Here is the [[https://www.encodeproject.org/pipelines/ENCPL787FUN/|schema of the workflow]]. In addition, it does quality controls. Here is a [[http://barc.wi.mit.edu/education/hot_topics/ChIPseq_ATACseq_2021/qc.html | sample QC report]]. The steps below shows you how to run it on our Whitehead server. 103 103 * content in input sample.json: 104 105 104 {{{ 106 105 { … … 131 130 * mm9: /nfs/BaRC_datasets/ENCODE_ATAC-seq_Pipeline/mm9/mm9.tsv 132 131 * mm10: /nfs/BaRC_datasets/ENCODE_ATAC-seq_Pipeline/mm10/mm10.tsv 133 134 132 * Before running ENCODE pipeline, verify there is no preexisting conda startup code with the command below: 135 133 {{{ 136 134 conda env list 137 135 }}} 138 You have no preexisting conda if you get "conda: command not found". Otherwise, log out, log back in, start the new conda instance, and activate encode-atac-seq-pipeline 139 136 You have no preexisting conda if you get "conda: command not found". Otherwise, log out, log back in, start the new conda instance, and activate encode-atac-seq-pipeline 140 137 * Ignore the developer's instructions, use your home directory for conda and the pipeline. 141 138 {{{ … … 144 141 conda activate encode-atac-seq-pipeline 145 142 }}} 146 147 143 * Run. Files could be url or fullpath. [[https://github.com/ENCODE-DCC/atac-seq-pipeline/blob/master/docs/input.md | Detail information about .json file]] 148 144 {{{ … … 151 147 conda deactivate 152 148 }}} 153 154 * The QC report is call-qc_report/execution/qc.html 155 * idr peaks files: 149 * The QC report is call-qc_report/execution/qc.html 150 * idr peaks files: 156 151 * rep1: call-idr_pr/shard-0/execution/rep1-pr1_vs_rep1-pr2.idr0.05.bfilt.narrowPeak.gz 157 152 * rep2: call-idr_pr/shard-1/execution/rep2-pr1_vs_rep2-pr2.idr0.05.bfilt.narrowPeak.gz