Update main.nf

This commit is contained in:
Harshil Patel 2022-05-24 11:14:32 +01:00 committed by GitHub
parent 5db94ea0ee
commit 29a4f112be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \\