Skip to content

Commit

Permalink
Bump Version of UMICollapse to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed Oct 18, 2024
1 parent 74ac535 commit 1d9bd60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/umicollapse/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::umicollapse=1.0.0
- bioconda::umicollapse=1.1.0
6 changes: 3 additions & 3 deletions modules/nf-core/umicollapse/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process UMICOLLAPSE {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/umicollapse:1.0.0--hdfd78af_1' :
'biocontainers/umicollapse:1.0.0--hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/umicollapse:1.1.0--hdfd78af_0' :
'biocontainers/umicollapse:1.1.0--hdfd78af_0' }"

input:
tuple val(meta), path(input), path(bai)
Expand All @@ -24,7 +24,7 @@ process UMICOLLAPSE {
script:
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${meta.id}"
def VERSION = '1.0.0-1' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.1.0-1' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
// Memory allocation: We need to make sure that both heap and stack size is sufficiently large for
// umicollapse. We set the stack size to 5% of the available memory, the heap size to 90%
// which leaves 5% for stuff happening outside of java without the scheduler killing the process.
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/umicollapse/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tools:
(UMIs)/Random Molecular Tags (RMTs)."
homepage: "https://github.com/Daniel-Liu-c0deb0t/UMICollapse"
documentation: "https://github.com/Daniel-Liu-c0deb0t/UMICollapse"
tool_dev_url: "https://github.com/Daniel-Liu-c0deb0t/UMICollapse"
tool_dev_url: "https://github.com/siddharthab/UMICollapse"
doi: "10.7717/peerj.8275"
licence: ["MIT"]
identifier: ""
Expand Down Expand Up @@ -78,4 +78,5 @@ maintainers:
- "@CharlotteAnne"
- "@chris-cheshire"
- "@apeltzer"
- "@siddharthab"
- "@MatthiasZepper"

0 comments on commit 1d9bd60

Please sign in to comment.