mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Fixed version error in bedtools.
This commit is contained in:
parent
fe2e27c793
commit
5f705f69e1
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ include { initOptions; saveFiles; getSoftwareName } from './functions'
|
||||||
params.options = [:]
|
params.options = [:]
|
||||||
def options = initOptions(params.options)
|
def options = initOptions(params.options)
|
||||||
|
|
||||||
def VERSION = '4.11'
|
def VERSION = '2.29'
|
||||||
|
|
||||||
process BEDTOOLS_SLOPEREFSEQ {
|
process BEDTOOLS_SLOPEREFSEQ {
|
||||||
tag "$meta.id"
|
tag "$meta.id"
|
||||||
|
@ -36,4 +36,4 @@ process BEDTOOLS_SLOPEREFSEQ {
|
||||||
slopBed -i $beds -g $sizes -l ${params.upstream} -r {params.downstream} > ${prefix}.sloprefseq.bed
|
slopBed -i $beds -g $sizes -l ${params.upstream} -r {params.downstream} > ${prefix}.sloprefseq.bed
|
||||||
echo $VERSION > ${software}.version.txt
|
echo $VERSION > ${software}.version.txt
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue