Skip to content

Commit a49a187

Browse files
authored
Merge pull request #42 from daichengxin/main
bump onsite version
2 parents 7be544a + 99104d2 commit a49a187

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/bigbio/onsite/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- bioconda
44
- defaults
55
dependencies:
6-
- bioconda::pyonsite=0.0.3
6+
- bioconda::pyonsite=0.0.4

modules/bigbio/onsite/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process ONSITE {
44
label 'onsite'
55

66
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
7-
? 'oras://ghcr.io/bigbio/pyonsite-sif:0.0.3'
8-
: 'ghcr.io/bigbio/pyonsite:0.0.3'}"
7+
? 'oras://ghcr.io/bigbio/pyonsite-sif:0.0.4'
8+
: 'ghcr.io/bigbio/pyonsite:0.0.4'}"
99

1010
input:
1111
tuple val(meta), path(mzml_file), path(id_file)

0 commit comments

Comments
 (0)