Skip to content

Commit

Permalink
Added process labels
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHafner committed Dec 8, 2023
1 parent 86cd8c9 commit 0584335
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/chromhmm/binarize_bams.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
process BINARIZE_BAMS {

label "process_high"
container "docker://openjdk:17.0.1-jdk"

input:
Expand Down
1 change: 1 addition & 0 deletions modules/local/chromhmm/get_output.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
process GET_OUTPUT {

label "process_single"
container "quay.io/biocontainers/pandas:1.4.3"

input:
Expand Down
1 change: 1 addition & 0 deletions modules/local/chromhmm/learn_model.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
process LEARN_MODEL {

label "process_high"
container "docker://openjdk:17.0.1-jdk"

input:
Expand Down
1 change: 1 addition & 0 deletions modules/local/chromhmm/make_cellmarkfiletable.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
process MAKE_CELLMARKFILETABLE {

label "process_single"
container "quay.io/biocontainers/pandas:1.4.3"

input:
Expand Down
1 change: 1 addition & 0 deletions modules/local/chromhmm/reformat_bam.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
process REFORMAT_BAM {

label "process_medium"
container "registry.hub.docker.com/staphb/samtools"

input:
Expand Down

0 comments on commit 0584335

Please sign in to comment.