Skip to content

Commit b33c8c6

Browse files
authored
Merge pull request #176 from ENCODE-DCC/dev
v1.5.1
2 parents 6655a2d + 3992ccf commit b33c8c6

14 files changed

+352
-175
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ commands:
4848
export GOOGLE_APPLICATION_CREDENTIALS=$PWD/tmp_secret_key.json
4949
caper run ../../../chip.wdl \
5050
--backend gcp --gcp-prj ${GOOGLE_PROJECT_ID} \
51-
--backend-file backend_gcp_service_account.conf \
51+
--gcp-service-account-key-json $PWD/tmp_secret_key.json \
5252
--out-gcs-bucket ${CAPER_OUT_DIR} --tmp-gcs-bucket ${CAPER_TMP_DIR} \
5353
-i ${INPUT} -m metadata.json --docker ${TAG}
5454
@@ -252,3 +252,4 @@ workflows:
252252
- test_workflow_hist_pe:
253253
requires:
254254
- build
255+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ This ChIP-Seq pipeline is based off the ENCODE (phase-3) transcription factor an
1414
## Installation
1515

1616
1) Git clone this pipeline.
17-
> **IMPORTANT*: use `~/chip-seq-pipeline2/chip.wdl` as `[WDL]` in Caper's documentation.
17+
> **IMPORTANT**: use `~/chip-seq-pipeline2/chip.wdl` as `[WDL]` in Caper's documentation.
1818

1919
```bash
2020
$ cd
2121
$ git clone https://github.com/ENCODE-DCC/chip-seq-pipeline2
2222
```
2323

2424
2) Install pipeline's [Conda environment](docs/install_conda.md) if you want to use Conda instead of Docker/Singularity. Conda is recommneded on local computer and HPCs (e.g. Stanford Sherlock/SCG). Use
25-
> **IMPORTANT*: use `encode-chip-seq-pipeline` as `[PIPELINE_CONDA_ENV]` in Caper's documentation.
25+
> **IMPORTANT**: use `encode-chip-seq-pipeline` as `[PIPELINE_CONDA_ENV]` in Caper's documentation.
2626

2727
3) **Skip this step if you have installed pipeline's Conda environment**. Caper is already included in the Conda environment. [Install Caper](https://github.com/ENCODE-DCC/caper#installation). Caper is a python wrapper for [Cromwell](https://github.com/broadinstitute/cromwell).
2828

0 commit comments

Comments
 (0)