Changes between Version 2 and Version 3 of SOPs/HiChIP
- Timestamp:
- 02/02/26 14:17:01 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/HiChIP
v2 v3 6 6 === Analysis outline === 7 7 * [#SetConfig Set up the MAPS configuration file] 8 * [#Submit Submit data processing to the LSF batch queue]8 * [#Submit Submit data processing to the computing cluster] 9 9 10 10 === [=#SetConfig Set up the configuration file] === … … 18 18 }}} 19 19 20 === [=#Submit Submit data processing to the LSF batch queue] ===20 === [=#Submit Submit data processing to the computing cluster] === 21 21 22 The command below is an example for how to run MAPS and should be used when submitting these computations to the LSF batch queue. In this example, ChIP peaks are provided to the pipeline, rather than being called by it (using MACS2) and the reference genome (hg19) is for human (-o specifies "organism" here).22 The command below is an example for how to run MAPS and should be used when submitting these computations to the computing cluster. In this example, ChIP peaks are provided to the pipeline, rather than being called by it (using MACS2) and the reference genome (hg19) is for human (-o specifies "organism" here). 23 23 {{{ 24 24 Arima-MAPS_v2.0.sh -C 0 -I /path/to/fastqFiles/fastqFileNamePrefix -O /path/to/output -m /path/to/peaks/peaks.bed -o hg19 -b /nfs/genomes/human_gp_feb_09_no_random/bwa_alt_name/hg19.fa -t 8 -f 1
