mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
fix minor errors
This commit is contained in:
parent
be085c0173
commit
26311aba2a
3 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,7 @@ process CNVPYTOR_CALLCNVS {
|
|||
task.ext.when == null || task.ext.when
|
||||
|
||||
script:
|
||||
def args = task.ext.args ?: '1000'
|
||||
def bins = bin_sizes ?: '1000'
|
||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
"""
|
||||
cnvpytor \\
|
||||
|
|
|
@ -24,6 +24,9 @@ input:
|
|||
- bin_sizes:
|
||||
type: string
|
||||
description: list of binsizes separated by space e.g. "1000 10000" and "1000"
|
||||
- output_format:
|
||||
type: string
|
||||
description: output format of the cnv calls. Valid entries are "tsv", "vcf", and "xls"
|
||||
|
||||
output:
|
||||
- meta:
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
- cnvpytor/view
|
||||
files:
|
||||
- path: output/cnvpytor/test_10000.vcf
|
||||
- path: output/cnvpytor/test_100000.vcf
|
||||
- path: output/cnvpytor/versions.yml
|
||||
|
||||
- name: cnvpytor view test_cnvpytor_view tsv
|
||||
|
|
Loading…
Reference in a new issue