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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,9 @@ This ChIP-Seq pipeline is based off the ENCODE (phase-3) transcription factor an
66
66
# uninstall old environments
67
67
$ bash scripts/uninstall_conda_env.sh
68
68
69
-
# install new envs, you need to run this for every pipeline version update
69
+
# install new envs, you need to run this for every pipeline version update.
70
+
# it may be killed if you run this command line on a login node.
71
+
# it's recommended to make an interactive node and run it there.
70
72
$ bash scripts/install_conda_env.sh
71
73
```
72
74
@@ -86,7 +88,8 @@ You can use URIs(`s3://`, `gs://` and `http(s)://`) in Caper's command lines and
86
88
87
89
According to your chosen platform of Caper, run Caper or submit Caper command line to the cluster. You can choose other environments like `--singularity` or `--docker` instead of `--conda`. But you must define one of the environments.
88
90
89
-
The followings are just examples. Please read [Caper's README](https://github.com/ENCODE-DCC/caper) very carefully to find an actual working command line for your chosen platform.
91
+
PLEASE READ [CAPER'S README](https://github.com/ENCODE-DCC/caper) VERY CAREFULLY BEFORE RUNNING ANY PIPELINES. YOU WILL NEED TO CORRECTLY CONFIGURE CAPER FIRST. These are just example command lines.
92
+
90
93
```bash
91
94
# Run it locally with Conda (DO NOT ACTIVATE PIPELINE'S CONDA ENVIRONEMT)
92
95
$ caper run chip.wdl -i https://storage.googleapis.com/encode-pipeline-test-samples/encode-chip-seq-pipeline/ENCSR000DYI_subsampled_chr19_only.json --conda
0 commit comments