mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
missing meta.id changed
This commit is contained in:
parent
6b425735b9
commit
8208140d21
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ process CNVKIT_REFERENCE {
|
|||
|
||||
script:
|
||||
def args = task.ext.args ?: ''
|
||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
def prefix = task.ext.prefix ?: targets.BaseName
|
||||
|
||||
"""
|
||||
cnvkit.py \\
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
- cnvkit/reference
|
||||
- cnvkit
|
||||
files:
|
||||
- path: output/cnvkit/reference.cnn
|
||||
- path: output/cnvkit/multi_intervals.reference.cnn
|
||||
md5sum: 7c4a7902f5ab101b1f9d6038d331b3d9
|
||||
|
|
Loading…
Reference in a new issue