File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ENCODE TF/Histone ChIP-Seq pipeline
2
2
# Author: Jin Lee (leepc12@gmail.com)
3
3
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
6
6
#CROO out_def https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.json
7
7
8
8
workflow chip {
9
- String pipeline_ver = 'dev- v1.3.1'
9
+ String pipeline_ver = 'v1.3.1'
10
10
### sample name, description
11
11
String title = 'Untitled'
12
12
String description = 'No description'
Original file line number Diff line number Diff line change 3
3
## Command line for version change
4
4
``` bash
5
5
PREV_VER=v1.3.1
6
- NEW_VER=dev- v1.3.2
6
+ NEW_VER=v1.3.1
7
7
for f in $( grep -rl ${PREV_VER} --include=* .{wdl,md,sh})
8
8
do
9
9
sed -i " s/${PREV_VER} /${NEW_VER} /g" ${f}
You can’t perform that action at this time.
0 commit comments