Skip to content

Commit 5ad195a

Browse files
committed
bump version -> 1.4.0
1 parent 4f0b8f0 commit 5ad195a

File tree

18 files changed

+46
-46
lines changed

18 files changed

+46
-46
lines changed

modules/local/browser_aux/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process GEN_BROWSER_AUX_FILES {
22
label "process_single"
3-
container "docker.io/dessimozlab/omabuild:edge"
3+
container "docker.io/dessimozlab/omabuild:1.4.0"
44

55
input:
66
path db

modules/local/cache_builder/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
process GENERATE_JOBS {
44
label "process_single"
5-
container "docker.io/dessimozlab/omabuild:edge"
5+
container "docker.io/dessimozlab/omabuild:1.4.0"
66

77
input:
88
path db
@@ -28,7 +28,7 @@ process GENERATE_JOBS {
2828
process COMPUTE_CACHE {
2929
label "process_single"
3030
label "HIGH_IO_ACCESS"
31-
container "docker.io/dessimozlab/omabuild:edge"
31+
container "docker.io/dessimozlab/omabuild:1.4.0"
3232
tag "Cache builder ${job_file}"
3333

3434
input:
@@ -53,7 +53,7 @@ process COMPUTE_CACHE {
5353

5454
process COMBINE_JOBS {
5555
label "process_single"
56-
container "docker.io/dessimozlab/omabuild:edge"
56+
container "docker.io/dessimozlab/omabuild:1.4.0"
5757

5858
input:
5959
path(job_res, stageAs: "res???/*")

modules/local/cath_tools/assign_cath_superfamilies/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process ASSIGN_CATH_SUPERFAMILIES {
22
label "process_single"
33

4-
container "docker.io/dessimozlab/omabuild:edge"
4+
container "docker.io/dessimozlab/omabuild:1.4.0"
55

66
input:
77
tuple val(meta), path(resolve_csh)

modules/local/darwin_extract/main.nf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process CONVERT_GS {
22
tag "Convert GenomeSummaries to JSON format"
33
label "process_single"
4-
container "docker.io/dessimozlab/omadarwin:edge"
4+
container "docker.io/dessimozlab/omadarwin:1.4.0"
55

66
input:
77
path genomes
@@ -29,7 +29,7 @@ process CONVERT_GS {
2929
process CONVERT_PROTEINS {
3030
tag "Convert Proteins from ${genome.UniProtSpeciesCode} to JSON format"
3131
label "process_single"
32-
container "docker.io/dessimozlab/omadarwin:edge"
32+
container "docker.io/dessimozlab/omadarwin:1.4.0"
3333

3434
input:
3535
tuple val(genome), path(dbpath), path(subgenome)
@@ -56,7 +56,7 @@ process CONVERT_PROTEINS {
5656
process CONVERT_OMA_GROUPS {
5757
tag "Extract OMA Groups"
5858
label "process_single"
59-
container "docker.io/dessimozlab/omabuild:edge"
59+
container "docker.io/dessimozlab/omabuild:1.4.0"
6060

6161
input:
6262
path matrix_file
@@ -73,7 +73,7 @@ process CONVERT_OMA_GROUPS {
7373
process CONVERT_SPLICE_MAP {
7474
tag "Convert Splicing information to json"
7575
label "process_single"
76-
container "docker.io/dessimozlab/omadarwin:edge"
76+
container "docker.io/dessimozlab/omadarwin:1.4.0"
7777

7878
input:
7979
path splice_drw
@@ -99,7 +99,7 @@ process CONVERT_SPLICE_MAP {
9999
process CONVERT_TAXONOMY {
100100
tag "Convert Taxonomy of genomes using omataxonomy"
101101
label "process_single"
102-
container "docker.io/dessimozlab/omabuild:edge"
102+
container "docker.io/dessimozlab/omabuild:1.4.0"
103103

104104
input:
105105
path gs_tsv

modules/local/domains/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process IDENTIFY_PROTEINS_WITHOUT_DOMAIN_ANNOTATION {
22
label "process_single"
3-
container "docker.io/dessimozlab/omabuild:edge"
3+
container "docker.io/dessimozlab/omabuild:1.4.0"
44

55
input:
66
path database
@@ -21,7 +21,7 @@ process IDENTIFY_PROTEINS_WITHOUT_DOMAIN_ANNOTATION {
2121

2222
process COLLECT_RESOLVED_DOMAIN_ANNOTATIONS {
2323
label "process_single"
24-
container "docker.io/dessimozlab/omabuild:edge"
24+
container "docker.io/dessimozlab/omabuild:1.4.0"
2525

2626
input:
2727
path domain_files
@@ -41,7 +41,7 @@ process COLLECT_RESOLVED_DOMAIN_ANNOTATIONS {
4141
process ADD_DOMAINS {
4242
label "process_single"
4343
label "process_medium_memory"
44-
container "docker.io/dessimozlab/omabuild:edge"
44+
container "docker.io/dessimozlab/omabuild:1.4.0"
4545

4646
input:
4747
path database

modules/local/edgehog/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process EDGEHOG {
33
label "single_process"
44
label "process_long"
55
label "process_high_memory"
6-
container "docker.io/dessimozlab/omabuild:edge"
6+
container "docker.io/dessimozlab/omabuild:1.4.0"
77

88
input:
99
path augmented_orthoxml

modules/local/fastoma_extract/main.nf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process CONVERT_SPECIES_TREE {
22
label "process_single"
3-
container "docker.io/dessimozlab/omabuild:edge"
3+
container "docker.io/dessimozlab/omabuild:1.4.0"
44

55
input:
66
path speciestree
@@ -23,7 +23,7 @@ process CONVERT_SPECIES_TREE {
2323

2424
process CONVERT_PROTEOME {
2525
label "process_single"
26-
container "docker.io/dessimozlab/omabuild:edge"
26+
container "docker.io/dessimozlab/omabuild:1.4.0"
2727

2828
input:
2929
tuple val(meta), path(genome), path(matrix)
@@ -51,7 +51,7 @@ process CONVERT_PROTEOME {
5151

5252
process CONVERT_SPLICINGS {
5353
label "process_single"
54-
container "docker.io/dessimozlab/omabuild:edge"
54+
container "docker.io/dessimozlab/omabuild:1.4.0"
5555

5656
input:
5757
path splicefolder
@@ -68,7 +68,7 @@ process CONVERT_SPLICINGS {
6868

6969
process FINALIZE_GS {
7070
label "process_single"
71-
container "docker.io/dessimozlab/omabuild:edge"
71+
container "docker.io/dessimozlab/omabuild:1.4.0"
7272

7373
input:
7474
path gs_tsv
@@ -88,7 +88,7 @@ process FINALIZE_GS {
8888

8989
process MERGE_JSON {
9090
label "process_single"
91-
container "docker.io/dessimozlab/omabuild:edge"
91+
container "docker.io/dessimozlab/omabuild:1.4.0"
9292

9393
input:
9494
path json_files

modules/local/fingerprints/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process INFER_FINGERPRINTS {
22
label "process_single"
3-
container "docker.io/dessimozlab/omabuild:edge"
3+
container "docker.io/dessimozlab/omabuild:1.4.0"
44

55
input:
66
tuple val(meta), path(db_h5), path(seqidx_h5)

modules/local/go_import/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
process GO_IMPORT {
44
label "process_single"
55
label "HIGH_IO_ACCESS"
6-
container "docker.io/dessimozlab/omabuild:edge"
6+
container "docker.io/dessimozlab/omabuild:1.4.0"
77

88
input:
99
path xref_db

modules/local/h5_combine/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process COMBINE_HDF_AND_UPDATE_SUMMARY_DATA {
22
label "process_single"
3-
container "docker.io/dessimozlab/omabuild:edge"
3+
container "docker.io/dessimozlab/omabuild:1.4.0"
44

55
input:
66
path h5files
@@ -28,7 +28,7 @@ process COMBINE_HDF_AND_UPDATE_SUMMARY_DATA {
2828

2929
process COMBINE_HDFS {
3030
label "process_single"
31-
container "docker.io/dessimozlab/omabuild:edge"
31+
container "docker.io/dessimozlab/omabuild:1.4.0"
3232

3333
input:
3434
path h5files

0 commit comments

Comments
 (0)