Skip to content

Commit

Permalink
updated resource labels to accommodate unicycler, version -> 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cschu committed Sep 27, 2024
1 parent 9583979 commit 2633be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion multi/modules/assembler/unicycler.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process unicycler {
container "quay.io/biocontainers/unicycler:0.4.4--py38h5cf8b27_6"
label "highmem_large"
label "compute_xlarge"
cpus 64

input:
tuple val(sample), path(short_reads), path(long_reads)
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ manifest {
defaultBranch = "main"
description = "Multiomics analytics"
name = "nevermore_multi"
version = "0.3.3"
version = "0.3.4"
}

process {
Expand Down

0 comments on commit 2633be9

Please sign in to comment.