mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
Update software/dsh/filterbed/main.nf
This commit is contained in:
parent
d2723408ad
commit
cf5e38f48b
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ process DSH_FILTERBED {
|
||||||
script:
|
script:
|
||||||
def software = getSoftwareName(task.process)
|
def software = getSoftwareName(task.process)
|
||||||
def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
||||||
|
|
||||||
"""
|
"""
|
||||||
dsh-filter-bed \\
|
dsh-filter-bed \\
|
||||||
$options.args \\
|
$options.args \\
|
||||||
|
|
Loading…
Add table
Reference in a new issue