Skip to content

Commit 92449d8

Browse files
committed
ver: v1.3.1
1 parent dd91a2e commit 92449d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chip.wdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ENCODE TF/Histone ChIP-Seq pipeline
22
# Author: Jin Lee (leepc12@gmail.com)
33
4-
#CAPER docker quay.io/encode-dcc/chip-seq-pipeline:dev-v1.3.1
5-
#CAPER singularity docker://quay.io/encode-dcc/chip-seq-pipeline:dev-v1.3.1
4+
#CAPER docker quay.io/encode-dcc/chip-seq-pipeline:v1.3.1
5+
#CAPER singularity docker://quay.io/encode-dcc/chip-seq-pipeline:v1.3.1
66
#CROO out_def https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.json
77
88
workflow chip {
9-
String pipeline_ver = 'dev-v1.3.1'
9+
String pipeline_ver = 'v1.3.1'
1010
### sample name, description
1111
String title = 'Untitled'
1212
String description = 'No description'

dev/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Command line for version change
44
```bash
55
PREV_VER=v1.3.1
6-
NEW_VER=dev-v1.3.2
6+
NEW_VER=v1.3.1
77
for f in $(grep -rl ${PREV_VER} --include=*.{wdl,md,sh})
88
do
99
sed -i "s/${PREV_VER}/${NEW_VER}/g" ${f}

0 commit comments

Comments
 (0)