mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update tiddit to 3.1.0 (#1767)
* update TIDDIT to 3.1.0 * update VCF too as version is in file
This commit is contained in:
parent
8f199c4fa4
commit
680b6c5b04
2 changed files with 5 additions and 5 deletions
|
@ -2,10 +2,10 @@ process TIDDIT_SV {
|
|||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::tiddit=3.0.0" : null)
|
||||
conda (params.enable_conda ? "bioconda::tiddit=3.1.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/tiddit:3.0.0--py39h59fae87_1' :
|
||||
'quay.io/biocontainers/tiddit:3.0.0--py39h59fae87_1' }"
|
||||
'https://depot.galaxyproject.org/singularity/tiddit:3.1.0--py39h59fae87_1' :
|
||||
'quay.io/biocontainers/tiddit:3.1.0--py39h59fae87_1' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(input), path(input_index)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
- path: output/tiddit/test.ploidies.tab
|
||||
md5sum: 6319d3611f7b6b94425a184d274b3dfc
|
||||
- path: output/tiddit/test.vcf
|
||||
md5sum: 41d3f8746f0420f894104321b7e64f67
|
||||
md5sum: 157907671297c34bacfd3e73eff9bbdf
|
||||
|
||||
- name: tiddit sv test_tiddit_sv_cram
|
||||
command: nextflow run ./tests/modules/tiddit/sv -entry test_tiddit_sv_cram -c ./tests/config/nextflow.config -c ./tests/modules/tiddit/sv/nextflow.config
|
||||
|
@ -18,4 +18,4 @@
|
|||
- path: output/tiddit/test.ploidies.tab
|
||||
md5sum: f1162a940ddc8b963f6e0e506bb5c136
|
||||
- path: output/tiddit/test.vcf
|
||||
md5sum: 34db59578991285d6b62dc1500272fca
|
||||
md5sum: 56687eeffa452f78f18d54a69dd17c78
|
||||
|
|
Loading…
Reference in a new issue