Skip to content

Commit a79afaa

Browse files
committed
bump versions
1 parent b1d7d85 commit a79afaa

File tree

11 files changed

+27
-27
lines changed

11 files changed

+27
-27
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 "dessimozlab/omabuild:edge"
3+
container "dessimozlab/omabuild:1.0.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 "dessimozlab/omabuild:edge"
5+
container "dessimozlab/omabuild:1.0.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 "dessimozlab/omabuild:edge"
31+
container "dessimozlab/omabuild:1.0.0"
3232
tag "Cache builder ${job_file}"
3333

3434
input:
@@ -54,7 +54,7 @@ process COMPUTE_CACHE {
5454

5555
process COMBINE_JOBS {
5656
label "process_single"
57-
container "dessimozlab/omabuild:edge"
57+
container "dessimozlab/omabuild:1.0.0"
5858

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

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 "dessimozlab/omadarwin:edge"
4+
container "dessimozlab/omadarwin:1.0.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 "dessimozlab/omadarwin:edge"
32+
container "dessimozlab/omadarwin:1.0.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 "dessimozlab/omabuild:edge"
59+
container "dessimozlab/omabuild:1.0.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 "dessimozlab/omadarwin:edge"
76+
container "dessimozlab/omadarwin:1.0.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 "dessimozlab/omabuild:edge"
102+
container "dessimozlab/omabuild:1.0.0"
103103

104104
input:
105105
path gs_tsv

modules/local/domains/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
process ADD_DOMAINS {
33
label "process_single"
44
label "process_medium_memory"
5-
container "dessimozlab/omabuild:edge"
5+
container "dessimozlab/omabuild:1.0.0"
66

77
input:
88
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 "dessimozlab/omabuild:edge"
6+
container "dessimozlab/omabuild:1.0.0"
77

88
input:
99
path augmented_orthoxml

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 "dessimozlab/omabuild:edge"
6+
container "dessimozlab/omabuild:1.0.0"
77

88
input:
99
path xref_db

modules/local/h5_combine/main.nf

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

55
input:
66
path h5files

modules/local/hdf5import/main.nf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
process ADD_GENOMES {
33
label "process_single"
44
label "process_long"
5-
container "dessimozlab/omabuild:edge"
5+
container "dessimozlab/omabuild:1.0.0"
66

77
input:
88
path gs_tsv
@@ -35,7 +35,7 @@ process ADD_GENOMES {
3535
process BUILD_SEQINDEX {
3636
label "process_single"
3737
label "process_medium_memory"
38-
container "dessimozlab/omabuild:edge"
38+
container "dessimozlab/omabuild:1.0.0"
3939

4040

4141
input:
@@ -59,7 +59,7 @@ process BUILD_SEQINDEX {
5959
process BUILD_HOG_H5 {
6060
label "process_low"
6161
label "process_medium_memory"
62-
container "dessimozlab/omabuild:edge"
62+
container "dessimozlab/omabuild:1.0.0"
6363

6464

6565
input:
@@ -92,7 +92,7 @@ process BUILD_HOG_H5 {
9292

9393
process ADD_PAIRWISE_ORTHOLOGS {
9494
label "process_medium"
95-
container "dessimozlab/omabuild:edge"
95+
container "dessimozlab/omabuild:1.0.0"
9696

9797
input:
9898
path database
@@ -119,7 +119,7 @@ process ADD_PAIRWISE_ORTHOLOGS {
119119

120120
process COMBINE_H5_FILES {
121121
label "process_single"
122-
container "dessimozlab/omabuild:edge"
122+
container "dessimozlab/omabuild:1.0.0"
123123

124124
input:
125125
path input_db, stageAs: 'OmaServer_input.h5'

modules/local/hogprop/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ process HOGPROP {
3737
process HOGPROP_COLLECT {
3838
label "process_single"
3939
label "process_high_memory"
40-
container "dessimozlab/omabuild:edge"
40+
container "dessimozlab/omabuild:1.0.0"
4141

4242
input:
4343
path "results/*"

modules/local/xref_fetch/main.nf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
process FETCH_REFSEQ {
33
label "process_low"
4-
container "dessimozlab/omabuild:edge"
4+
container "dessimozlab/omabuild:1.0.0"
55

66
output:
77
path "*.gpff.gz", emit: refseq_proteins
@@ -17,7 +17,7 @@ process FETCH_REFSEQ {
1717
process FILTER_AND_SPLIT {
1818
tag "$source"
1919
label "process_single"
20-
container "dessimozlab/omabuild:edge"
20+
container "dessimozlab/omabuild:1.0.0"
2121

2222
input:
2323
tuple path(xref), val(format), val(source)
@@ -37,7 +37,7 @@ process FILTER_AND_SPLIT {
3737

3838
process RELEVANT_TAXID_MAP {
3939
label "process_single"
40-
container "dessimozlab/omabuild:edge"
40+
container "dessimozlab/omabuild:1.0.0"
4141

4242
input:
4343
path gs_tsv
@@ -68,7 +68,7 @@ process MAP_XREFS {
6868
label "process_single"
6969
label "process_long"
7070
label "HIGH_IO_ACCESS"
71-
container "dessimozlab/omabuild:edge"
71+
container "dessimozlab/omabuild:1.0.0"
7272

7373
input:
7474
tuple path(xref_in), val(format), val(source),
@@ -96,7 +96,7 @@ process MAP_XREFS {
9696

9797
process COLLECT_XREFS {
9898
label "process_single"
99-
container "dessimozlab/omabuild:edge"
99+
container "dessimozlab/omabuild:1.0.0"
100100
tag "Collecting xrefs for $source"
101101

102102
input:
@@ -119,7 +119,7 @@ process COLLECT_XREFS {
119119

120120
process COMBINE_ALL_XREFS {
121121
label "process_single"
122-
container "dessimozlab/omabuild:edge"
122+
container "dessimozlab/omabuild:1.0.0"
123123
tag "Combining all xrefs into single hdf5 db"
124124

125125
input:
@@ -138,7 +138,7 @@ process COMBINE_ALL_XREFS {
138138

139139
process BUILD_REDUCED_XREFS {
140140
label "process_low"
141-
container "dessimozlab/omabuild:edge"
141+
container "dessimozlab/omabuild:1.0.0"
142142
tag "Building a reduced set of xrefs for lookup and search"
143143

144144
input:

0 commit comments

Comments
 (0)