Skip to content

Commit

Permalink
version_1.15.1 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki authored Nov 2, 2022
1 parent d606fc7 commit a66963c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions diploidify.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import "./hic.wdl"

workflow diploidify {
meta {
version: "1.15.0"
caper_docker: "encodedcc/hic-pipeline:1.15.0"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.0"
version: "1.15.1"
caper_docker: "encodedcc/hic-pipeline:1.15.1"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.1"
}

input {
Expand All @@ -33,8 +33,8 @@ workflow diploidify {
Int? create_diploid_dhs_ram_gb
Int? create_diploid_dhs_disk_size_gb

String docker = "encodedcc/hic-pipeline:1.15.0"
String singularity = "docker://encodedcc/hic-pipeline:1.15.0"
String docker = "encodedcc/hic-pipeline:1.15.1"
String singularity = "docker://encodedcc/hic-pipeline:1.15.1"
}

RuntimeEnvironment runtime_environment = {
Expand Down
10 changes: 5 additions & 5 deletions genophase.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ struct RuntimeEnvironment {

workflow genophase {
meta {
version: "1.15.0"
caper_docker: "encodedcc/hic-pipeline:1.15.0"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.0"
version: "1.15.1"
caper_docker: "encodedcc/hic-pipeline:1.15.1"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.1"
croo_out_def: "https://raw.githubusercontent.com/ENCODE-DCC/hic-pipeline/dev/croo_out_def.json"
}

Expand All @@ -30,8 +30,8 @@ workflow genophase {
Int? concatenate_bams_disk_size_gb
Boolean no_phasing = false

String docker = "encodedcc/hic-pipeline:1.15.0"
String singularity = "docker://encodedcc/hic-pipeline:1.15.0"
String docker = "encodedcc/hic-pipeline:1.15.1"
String singularity = "docker://encodedcc/hic-pipeline:1.15.1"
}

RuntimeEnvironment runtime_environment = {
Expand Down
14 changes: 7 additions & 7 deletions hic.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ struct RuntimeEnvironment {

workflow hic {
meta {
version: "1.15.0"
caper_docker: "encodedcc/hic-pipeline:1.15.0"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.0"
version: "1.15.1"
caper_docker: "encodedcc/hic-pipeline:1.15.1"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.1"
croo_out_def: "https://raw.githubusercontent.com/ENCODE-DCC/hic-pipeline/dev/croo_out_def.json"
description: "ENCODE Hi-C pipeline, see https://github.com/ENCODE-DCC/hic-pipeline for details."
}
Expand Down Expand Up @@ -77,10 +77,10 @@ workflow hic {
Int? create_accessibility_track_disk_size_gb
String assembly_name = "undefined"

String docker = "encodedcc/hic-pipeline:1.15.0"
String singularity = "docker://encodedcc/hic-pipeline:1.15.0"
String delta_docker = "encodedcc/hic-pipeline:1.15.0_delta"
String hiccups_docker = "encodedcc/hic-pipeline:1.15.0_hiccups"
String docker = "encodedcc/hic-pipeline:1.15.1"
String singularity = "docker://encodedcc/hic-pipeline:1.15.1"
String delta_docker = "encodedcc/hic-pipeline:1.15.1_delta"
String hiccups_docker = "encodedcc/hic-pipeline:1.15.1_hiccups"
}

RuntimeEnvironment runtime_environment = {
Expand Down
2 changes: 1 addition & 1 deletion hic_pipeline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "hic-pipeline"
__version__ = "1.14.3"
__version__ = "1.15.1"
__description__ = "ENCODE Hi-C uniform processing pipeline."
__url__ = "https://github.com/ENCODE-DCC/hic-pipeline"
__uri__ = __url__
Expand Down
10 changes: 5 additions & 5 deletions make_restriction_site_locations.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ struct RuntimeEnvironment {

workflow make_restriction_site_locations {
meta {
version: "1.14.3"
caper_docker: "encodedcc/hic-pipeline:1.14.3"
caper_singularity: "docker://encodedcc/hic-pipeline:1.14.3"
version: "1.15.1"
caper_docker: "encodedcc/hic-pipeline:1.15.1"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.1"
}

parameter_meta {
Expand All @@ -22,8 +22,8 @@ workflow make_restriction_site_locations {
File reference_fasta
String assembly_name
String restriction_enzyme
String docker = "encodedcc/hic-pipeline:1.14.3"
String singularity = "docker://encodedcc/hic-pipeline:1.14.3"
String docker = "encodedcc/hic-pipeline:1.15.1"
String singularity = "docker://encodedcc/hic-pipeline:1.15.1"
}


Expand Down
14 changes: 7 additions & 7 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.15.0"
caper_docker: "encodedcc/hic-pipeline:1.15.0"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.0"
version: "1.15.1"
caper_docker: "encodedcc/hic-pipeline:1.15.1"
caper_singularity: "docker://encodedcc/hic-pipeline:1.15.1"
}

input {
Expand All @@ -29,10 +29,10 @@ workflow megamap {
Int? add_norm_disk_size_gb

# Pipeline images
String docker = "encodedcc/hic-pipeline:1.15.0"
String singularity = "docker://encodedcc/hic-pipeline:1.15.0"
String delta_docker = "encodedcc/hic-pipeline:1.15.0_delta"
String hiccups_docker = "encodedcc/hic-pipeline:1.15.0_hiccups"
String docker = "encodedcc/hic-pipeline:1.15.1"
String singularity = "docker://encodedcc/hic-pipeline:1.15.1"
String delta_docker = "encodedcc/hic-pipeline:1.15.1_delta"
String hiccups_docker = "encodedcc/hic-pipeline:1.15.1_hiccups"
}

RuntimeEnvironment runtime_environment = {
Expand Down

0 comments on commit a66963c

Please sign in to comment.