mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
remove prefix def in callcnvs
This commit is contained in:
parent
bb5c904e59
commit
1ccea5ff4d
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ process CNVPYTOR_CALLCNVS {
|
|||
|
||||
script:
|
||||
def bins = bin_sizes ?: '1000'
|
||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
"""
|
||||
cnvpytor \\
|
||||
-root $pytor \\
|
||||
|
|
Loading…
Reference in a new issue