mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-05 05:52:07 -05:00
Update software/bedtools/complement/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
bf2703f396
commit
e5c21d15a3
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ process BEDTOOLS_COMPLEMENT {
|
||||||
def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
||||||
"""
|
"""
|
||||||
bedtools complement -i $beds -g $sizes ${options.args} > ${prefix}.complement.bed
|
bedtools complement -i $beds -g $sizes ${options.args} > ${prefix}.complement.bed
|
||||||
bedtools --version | sed -e "s/Bedtools v//g" > ${software}.version.txt
|
bedtools --version | sed -e "s/bedtools v//g" > ${software}.version.txt
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue