120 | | * Run [[https://github.com/ENCODE-DCC/atac-seq-pipeline|ENCODE ATAC-seq Pipeline]] . It works well with human (hg38, hg19) and mouse (mm10, mm9) samples with biological replicates. 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/|workflow]]. In addition, it does quality controls. The steps below shows you how to run it on our Whitehead server. |
121 | | |
122 | | * Verify there is no preexisting conda startup code with the command below: |
123 | | {{{ |
124 | | conda env list |
125 | | }}} |
126 | | 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 |
127 | | |
128 | | * Ignore the developer's instructions, use your home directory for conda and the pipeline. |
129 | | {{{ |
130 | | # Be sure to keep the first dot in the command below: |
131 | | . /nfs/BaRC_Public/conda/start_barc_conda |
132 | | conda activate encode-atac-seq-pipeline |
133 | | }}} |
134 | | |
135 | | * 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]] |
136 | | {{{ |
137 | | caper run /nfs/BaRC_Public/atac-seq-pipeline/atac.wdl -i sample.json |
138 | | # After the job finishes, you can deactivate conda with |
139 | | conda deactivate |
140 | | }}} |
141 | | |
142 | | |
| 120 | * 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/|workflow]]. In addition, it does quality controls. The steps below shows you how to run it on our Whitehead server. |
| 152 | * Before running ENCODE pipeline, verify there is no preexisting conda startup code with the command below: |
| 153 | {{{ |
| 154 | conda env list |
| 155 | }}} |
| 156 | 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 |
| 157 | |
| 158 | * Ignore the developer's instructions, use your home directory for conda and the pipeline. |
| 159 | {{{ |
| 160 | # Be sure to keep the first dot in the command below: |
| 161 | . /nfs/BaRC_Public/conda/start_barc_conda |
| 162 | conda activate encode-atac-seq-pipeline |
| 163 | }}} |
| 164 | |
| 165 | * 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]] |
| 166 | {{{ |
| 167 | caper run /nfs/BaRC_Public/atac-seq-pipeline/atac.wdl -i sample.json |
| 168 | # After the job finishes, you can deactivate conda with |
| 169 | conda deactivate |
| 170 | }}} |