mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update main.nf
This commit is contained in:
parent
5db94ea0ee
commit
29a4f112be
1 changed files with 5 additions and 6 deletions
|
@ -8,20 +8,19 @@ process CNVKIT_REFERENCE {
|
|||
'quay.io/biocontainers/cnvkit:0.9.9--pyhdfd78af_0' }"
|
||||
|
||||
input:
|
||||
path fasta
|
||||
path targets
|
||||
path antitargets
|
||||
path fasta
|
||||
path targets
|
||||
path antitargets
|
||||
|
||||
output:
|
||||
path("*.cnn") , emit: cnn
|
||||
path "versions.yml" , emit: versions
|
||||
path "*.cnn" , emit: cnn
|
||||
path "versions.yml", emit: versions
|
||||
|
||||
when:
|
||||
task.ext.when == null || task.ext.when
|
||||
|
||||
script:
|
||||
def args = task.ext.args ?: ''
|
||||
|
||||
"""
|
||||
cnvkit.py \\
|
||||
reference \\
|
||||
|
|
Loading…
Reference in a new issue