mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
chore: update build number
This commit is contained in:
parent
e13d634764
commit
ed09978222
1 changed files with 2 additions and 3 deletions
|
@ -5,8 +5,8 @@ process SRATOOLS_PREFETCH {
|
||||||
|
|
||||||
conda (params.enable_conda ? 'bioconda::sra-tools=2.11.0' : null)
|
conda (params.enable_conda ? 'bioconda::sra-tools=2.11.0' : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/sra-tools:2.11.0--pl5262h314213e_0' :
|
'https://depot.galaxyproject.org/singularity/sra-tools:2.11.0--pl5321ha49a11a_3' :
|
||||||
'quay.io/biocontainers/sra-tools:2.11.0--pl5262h314213e_0' }"
|
'quay.io/biocontainers/sra-tools:2.11.0--pl5321ha49a11a_3' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), val(id)
|
tuple val(meta), val(id)
|
||||||
|
@ -30,7 +30,6 @@ process SRATOOLS_PREFETCH {
|
||||||
|
|
||||||
prefetch \\
|
prefetch \\
|
||||||
$args \\
|
$args \\
|
||||||
--progress \\
|
|
||||||
$id
|
$id
|
||||||
|
|
||||||
vdb-validate $id
|
vdb-validate $id
|
||||||
|
|
Loading…
Reference in a new issue