mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update main.nf
Fixed prefix
This commit is contained in:
parent
32564137fd
commit
6e7feb9e57
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ process BEDTOOLS_MERGE {
|
|||
script:
|
||||
def software = getSoftwareName(task.process)
|
||||
"""
|
||||
bedtools merge -i $sort ${options.args} > test.merged.bed
|
||||
bedtools merge -i $sort ${options.args} > ${prefix}.merged.bed
|
||||
bedtools --version | sed -e "s/Bedtools v//g" > ${software}.version.txt
|
||||
"""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue