mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Bump ataqv version (#1860)
* Bump ataqv version * Remove check for empty file
This commit is contained in:
parent
682f789f93
commit
0825fff505
2 changed files with 3 additions and 4 deletions
|
@ -2,10 +2,10 @@ process ATAQV_ATAQV {
|
||||||
tag "$meta.id"
|
tag "$meta.id"
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::ataqv=1.2.1" : null)
|
conda (params.enable_conda ? "bioconda::ataqv=1.3.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/ataqv:1.2.1--py39ha23c084_2' :
|
'https://depot.galaxyproject.org/singularity/ataqv:1.3.0--py39hccc85d7_2' :
|
||||||
'quay.io/biocontainers/ataqv:1.2.1--py39ha23c084_2' }"
|
'quay.io/biocontainers/ataqv:1.3.0--py39hccc85d7_2' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(bam), path(bai), path(peak_file)
|
tuple val(meta), path(bam), path(bai), path(peak_file)
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
- ataqv/ataqv
|
- ataqv/ataqv
|
||||||
files:
|
files:
|
||||||
- path: output/ataqv/1.problems
|
- path: output/ataqv/1.problems
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
|
||||||
- path: output/ataqv/test.ataqv.json
|
- path: output/ataqv/test.ataqv.json
|
||||||
contains:
|
contains:
|
||||||
- '"forward_mate_reads": 101'
|
- '"forward_mate_reads": 101'
|
||||||
|
|
Loading…
Reference in a new issue