Skip to content

Commit b1d7d85

Browse files
committed
using 'edge' tags for containers, update schema
1 parent 1de6013 commit b1d7d85

File tree

13 files changed

+44
-42
lines changed

13 files changed

+44
-42
lines changed

containers/darwin/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cbrg/darwin:master AS builder
1+
FROM cbrg/darwin:2025-01-14 AS builder
22

33
RUN apt-get update \
44
&& apt-get install -y --no-install-recommends \
@@ -20,7 +20,7 @@ RUN --mount=type=ssh \
2020
git clone -b nf-convert ${LABGIT}/pyoma && \
2121
rm -rf OMA/.git browser/.git pyoma/.git
2222

23-
FROM cbrg/darwin:master AS runtime
23+
FROM cbrg/darwin:2025-01-14 AS runtime
2424

2525
RUN apt-get update \
2626
&& apt-get install -y --no-install-recommends \

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:nf-latest"
3+
container "dessimozlab/omabuild:edge"
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:nf-latest"
5+
container "dessimozlab/omabuild:edge"
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:nf-latest"
31+
container "dessimozlab/omabuild:edge"
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:nf-latest"
57+
container "dessimozlab/omabuild:edge"
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:nf-latest"
4+
container "dessimozlab/omadarwin:edge"
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:nf-latest"
32+
container "dessimozlab/omadarwin:edge"
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:nf-latest"
59+
container "dessimozlab/omabuild:edge"
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:nf-latest"
76+
container "dessimozlab/omadarwin:edge"
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:nf-latest"
102+
container "dessimozlab/omabuild:edge"
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:nf-latest"
5+
container "dessimozlab/omabuild:edge"
66

77
input:
88
path database

modules/local/edgehog/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ process EDGEHOG {
33
label "single_process"
44
label "process_long"
55
label "process_high_memory"
6+
container "dessimozlab/omabuild:edge"
67

78
input:
89
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:nf-latest"
6+
container "dessimozlab/omabuild:edge"
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:nf-latest"
3+
container "dessimozlab/omabuild:edge"
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:nf-latest"
5+
container "dessimozlab/omabuild:edge"
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:nf-latest"
38+
container "dessimozlab/omabuild:edge"
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:nf-latest"
62+
container "dessimozlab/omabuild:edge"
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:nf-latest"
95+
container "dessimozlab/omabuild:edge"
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:nf-latest"
122+
container "dessimozlab/omabuild:edge"
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 "${workflow.projectDir}/container/omabuild.sif"
40+
container "dessimozlab/omabuild:edge"
4141

4242
input:
4343
path "results/*"

0 commit comments

Comments
 (0)