Skip to content

Commit

Permalink
Unify container definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Apr 9, 2024
1 parent 0c7ceb5 commit d758e59
Showing 30 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion modules/cell_cycle.nf
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ process CELL_CYCLE {
label "process_high_memory"
errorStrategy 'retry'

container = "bigdatainbiomedicine/sc-scib:1.0"
container = "bigdatainbiomedicine/sc-scib:1.2"

input:
tuple val(meta), path(adata)
2 changes: 1 addition & 1 deletion modules/cell_qc.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process CELL_QC {
tag "$meta.id"
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"

4 changes: 2 additions & 2 deletions modules/celltypist.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process CELLTYPIST {
tag "$meta.id"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_high"
label "process_high_memory"
@@ -25,7 +25,7 @@ process CELLTYPIST {
process CELLTYPIST_MAJORITY {
tag "${meta.id}"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"
label "process_medium"

input:
2 changes: 1 addition & 1 deletion modules/clean_adata.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process CLEAN_ADATA {
tag "${meta.id}"
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_high_memory"

2 changes: 1 addition & 1 deletion modules/collect_problems.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process COLLECT_PROBLEMS {
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

publishDir "${params.outdir}", mode: "${params.publish_mode}"

2 changes: 1 addition & 1 deletion modules/composition.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process COMPOSITION {
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

publishDir "${params.outdir}/composition", mode: "${params.publish_mode}"

2 changes: 1 addition & 1 deletion modules/decontX.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process DECONTX {
tag "$meta.id"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"
label "process_high_memory"
2 changes: 1 addition & 1 deletion modules/dedoublet_adata.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process DEDOUBLET_ADATA {
tag "${meta.id}"
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"

2 changes: 1 addition & 1 deletion modules/distribution.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process DISTRIBUTION {
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

publishDir "${params.outdir}/distribution", mode: "${params.publish_mode}"

2 changes: 1 addition & 1 deletion modules/entropy.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process ENTROPY {
tag "${meta.id}"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"
label "process_medium"
errorStrategy { task.attempt < 7 ? 'retry' : 'ignore'}

2 changes: 1 addition & 1 deletion modules/extract_embedding.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process EXTRACT_EMBEDDING {
tag "${meta.id}"
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"

2 changes: 1 addition & 1 deletion modules/genes_upset.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process GENES_UPSET {
container "bigdatainbiomedicine/sc-rpy:1.1"
container "bigdatainbiomedicine/sc-rpy:1.2"

publishDir "${params.outdir}", mode: "${params.publish_mode}"

2 changes: 1 addition & 1 deletion modules/get_batches.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process GET_BATCHES {
tag "$meta.id"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"

2 changes: 1 addition & 1 deletion modules/identify_hvgs.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process IDENTIFY_HVGS {
tag "$meta.id"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"

2 changes: 1 addition & 1 deletion modules/integrate.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process INTEGRATE {
tag "${method}"
container "bigdatainbiomedicine/sc-scib:1.0"
container "bigdatainbiomedicine/sc-scib:1.2"

label "process_high"

2 changes: 1 addition & 1 deletion modules/leiden.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process LEIDEN {
tag "${meta.id}:${resolution}"

container = "bigdatainbiomedicine/sc-rpy:1.0"
container = "bigdatainbiomedicine/sc-rpy:1.2"
label "process_medium"

input:
2 changes: 1 addition & 1 deletion modules/merge.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process MERGE {
tag "${meta.id}"
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

publishDir "${params.outdir}", mode: "${params.publish_mode}"

2 changes: 1 addition & 1 deletion modules/merge_clustering.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process MERGE_CLUSTERING {
tag "${meta.id}"

container = "bigdatainbiomedicine/sc-rpy:1.0"
container = "bigdatainbiomedicine/sc-rpy:1.2"
label "process_medium"


2 changes: 1 addition & 1 deletion modules/merge_datasets.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process MERGE_DATASETS {
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"

2 changes: 1 addition & 1 deletion modules/merge_extended.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process MERGE_EXTENDED {
tag "${meta.id}"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"

2 changes: 1 addition & 1 deletion modules/neighbors.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process NEIGHBORS {
tag "${meta.id}"

container = "bigdatainbiomedicine/sc-rpy:1.0"
container = "bigdatainbiomedicine/sc-rpy:1.2"
label "process_medium"

input:
2 changes: 1 addition & 1 deletion modules/normalize.nf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
process NORMALIZE {
tag "${meta.id}"

container = "bigdatainbiomedicine/sc-rpy:1.0"
container = "bigdatainbiomedicine/sc-rpy:1.2"
label "process_high"
label "process_high_memory"

2 changes: 1 addition & 1 deletion modules/rds_to_h5ad.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process RDS_TO_H5AD {
tag "${meta.id}"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"
label "process_medium"

input:
2 changes: 1 addition & 1 deletion modules/rename_integrations.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process RENAME_INTEGRATIONS {
tag "${meta.id}"
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

publishDir "${params.outdir}", mode: "${params.publish_mode}"

4 changes: 2 additions & 2 deletions modules/scIB.nf
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ process BENCHMARK_INTEGRATIONS {

label "process_high"

container = "bigdatainbiomedicine/sc-scib:1.0"
container = "bigdatainbiomedicine/sc-scib:1.2"

input:
tuple val(meta1), path(uncorrected)
@@ -29,7 +29,7 @@ process MERGE_BENCHMARKS {

publishDir "${params.outdir}", mode: "${params.publish_mode}"

container = "bigdatainbiomedicine/sc-rpy:1.0"
container = "bigdatainbiomedicine/sc-rpy:1.2"

input:
path(benchmarks)
4 changes: 2 additions & 2 deletions modules/sc_SHC.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process SCSHC_CLUSTERING {
tag "${meta.id}"

container = "bigdatainbiomedicine/sc-rpy:1.1"
container = "bigdatainbiomedicine/sc-rpy:1.2"
label "process_high"

input:
@@ -44,7 +44,7 @@ process SCSHC_CLUSTERING {
process SCSHC_CLUSTERING_QC {
tag "${meta.id}"

container = "bigdatainbiomedicine/sc-rpy:1.1"
container = "bigdatainbiomedicine/sc-rpy:1.2"
publishDir "${params.outdir}/clustering_qc", mode: "${params.publish_mode}", pattern: "*.png"
label "process_high"

2 changes: 1 addition & 1 deletion modules/solo.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process SOLO {
tag "${meta.id}"
container "bigdatainbiomedicine/sc-scib:1.0"
container "bigdatainbiomedicine/sc-scib:1.2"

label "process_medium"
label "process_high_memory"
2 changes: 1 addition & 1 deletion modules/split_categories.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process SPLIT_CATEGORIES {
tag "$meta.id"

container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_medium"

2 changes: 1 addition & 1 deletion modules/stop_if_problems.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process STOP_IF_PROBLEMS {
container "bigdatainbiomedicine/sc-rpy:1.0"
container "bigdatainbiomedicine/sc-rpy:1.2"

label "process_single"

2 changes: 1 addition & 1 deletion modules/umap.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process UMAP {
tag "${meta.id}"

container = "bigdatainbiomedicine/sc-rpy:1.0"
container = "bigdatainbiomedicine/sc-rpy:1.2"
label "process_medium"

input:

0 comments on commit d758e59

Please sign in to comment.