Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sud committed Feb 2, 2022
1 parent 74f54bf commit 142461b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions megamap.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import "./hic.wdl"

workflow megamap {
meta {
version: "1.10.0"
caper_docker: "encodedcc/hic-pipeline:1.10.0"
caper_singularity: "docker://encodedcc/hic-pipeline:1.10.0"
version: "1.11.0"
caper_docker: "encodedcc/hic-pipeline:1.11.0"
caper_singularity: "docker://encodedcc/hic-pipeline:1.11.0"
}

input {
Expand All @@ -19,8 +19,8 @@ workflow megamap {
Boolean intact = true
File? phased_vcf
Int? create_hic_num_cpus
String delta_docker = "encodedcc/hic-pipeline:1.10.0_delta"
String hiccups_docker = "encodedcc/hic-pipeline:1.10.0_hiccups"
String delta_docker = "encodedcc/hic-pipeline:1.11.0_delta"
String hiccups_docker = "encodedcc/hic-pipeline:1.11.0_hiccups"
}

String delta_models_path = if intact then "ultimate-models" else "beta-models"
Expand Down

0 comments on commit 142461b

Please sign in to comment.