Skip to content

Commit 23a7044

Browse files
authored
Merge pull request #246 from ENCODE-DCC/dev
v2.1.0
2 parents 796317e + e0c687e commit 23a7044

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

chip.wdl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ struct RuntimeEnvironment {
77
}
88

99
workflow chip {
10-
String pipeline_ver = 'v2.0.1'
10+
String pipeline_ver = 'v2.1.0'
1111

1212
meta {
13-
version: 'v2.0.1'
13+
version: 'v2.1.0'
1414

1515
author: 'Jin wook Lee'
1616
@@ -19,8 +19,8 @@ workflow chip {
1919

2020
specification_document: 'https://docs.google.com/document/d/1lG_Rd7fnYgRpSIqrIfuVlAz2dW1VaSQThzk836Db99c/edit?usp=sharing'
2121

22-
default_docker: 'encodedcc/chip-seq-pipeline:v2.0.1'
23-
default_singularity: 'library://leepc12/default/chip-seq-pipeline:v2.0.1'
22+
default_docker: 'encodedcc/chip-seq-pipeline:v2.1.0'
23+
default_singularity: 'library://leepc12/default/chip-seq-pipeline:v2.1.0'
2424
croo_out_def: 'https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.v5.json'
2525

2626
parameter_group: {
@@ -71,8 +71,8 @@ workflow chip {
7171
}
7272
input {
7373
# group: runtime_environment
74-
String docker = 'encodedcc/chip-seq-pipeline:v2.0.1'
75-
String singularity = 'library://leepc12/default/chip-seq-pipeline:v2.0.1'
74+
String docker = 'encodedcc/chip-seq-pipeline:v2.1.0'
75+
String singularity = 'library://leepc12/default/chip-seq-pipeline:v2.1.0'
7676
String conda = 'encode-chip-seq-pipeline'
7777
String conda_macs2 = 'encode-chip-seq-pipeline-macs2'
7878
String conda_spp = 'encode-chip-seq-pipeline-spp'
@@ -1564,7 +1564,7 @@ workflow chip {
15641564
if ( has_input_of_bam2ta_ctl && !has_output_of_bam2ta_ctl ) {
15651565
call bam2ta as bam2ta_ctl { input :
15661566
bam = ctl_nodup_bam_,
1567-
subsample = subsample_reads,
1567+
subsample = ctl_subsample_reads,
15681568
paired_end = ctl_paired_end_,
15691569
mito_chr_name = mito_chr_name_,
15701570

0 commit comments

Comments
 (0)