-
Git clone this pipeline and move into it.
$ git clone https://github.com/ENCODE-DCC/hic-pipeline $ cd hic-pipeline
-
Install Caper, requires Python > 3.4.1
$ pip install caper
-
CHECK YOUR SINGULARITY VERSION FIRST AND UPGRADE IT TO A VERSION
>=2.5.2
OR PIPELINE WILL NOT WORK CORRECTLY.$ singularity --version
-
Run a pipeline for the test sample.
$ INPUT=examples/template_one.json $ PIPELINE_METADATA=metadata.json $ caper run workflow/main_workflow/hic.wdl --use-singularity -i ${INPUT} -m ${PIPELINE_METADATA}
-
You will be able to find all outputs on
cromwell-executions/hic/[RANDOM_HASH_STRING]/
. See output directory structure for details. -
See full specification for input JSON file.