Skip to content

Commit 80503e1

Browse files
committed
update readme
1 parent 6d7df45 commit 80503e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ This ChIP-Seq pipeline is based off the ENCODE (phase-3) transcription factor an
6666
# uninstall old environments
6767
$ bash scripts/uninstall_conda_env.sh
6868

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.
7072
$ bash scripts/install_conda_env.sh
7173
```
7274

@@ -86,7 +88,8 @@ You can use URIs(`s3://`, `gs://` and `http(s)://`) in Caper's command lines and
8688

8789
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.
8890

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+
9093
```bash
9194
# Run it locally with Conda (DO NOT ACTIVATE PIPELINE'S CONDA ENVIRONEMT)
9295
$ 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

Comments
 (0)