You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ This ChIP-Seq pipeline is based off the ENCODE (phase-3) transcription factor an
22
22
23
23
2)**IMPORTANT**: Read Caper's [README](https://github.com/ENCODE-DCC/caper/blob/master/README.md) carefully to choose a backend for your system. Follow the instruction in the configuration file.
24
24
```bash
25
-
$ caper init [YOUR_BACKEND] # local by default
25
+
# backend: local or your HPC type (e.g. slurm, sge, pbs, lsf). read Caper's README carefully.
26
+
$ caper init [YOUR_BACKEND]
26
27
27
28
# IMPORTANT: edit the conf file and follow commented instructions in there
28
29
$ vi ~/.caper/default.conf
@@ -34,16 +35,17 @@ This ChIP-Seq pipeline is based off the ENCODE (phase-3) transcription factor an
5) If you have Docker and want to run pipelines locally on your laptop. `--max-concurrent-tasks 1` is to limit number of concurrent tasks to test-run the pipeline on a laptop. Uncomment it if run it on a workstation/HPC.
43
44
```bash
44
45
# check if Docker works on your machine
45
-
$ docker exec ubuntu:latest echo hello
46
+
$ docker run ubuntu:latest echo hello
46
47
48
+
# --max-concurrent-tasks 1 is for computers with limited resources
47
49
$ caper run chip.wdl -i "${INPUT_JSON}" --docker --max-concurrent-tasks 1
48
50
```
49
51
@@ -52,12 +54,11 @@ This ChIP-Seq pipeline is based off the ENCODE (phase-3) transcription factor an
0 commit comments