mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00: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 = [:]
|
||||
def options = initOptions(params.options)
|
||||
|
||||
def VERSION = '4.11'
|
||||
def VERSION = '2.29'
|
||||
|
||||
process BEDTOOLS_SLOPEREFSEQ {
|
||||
tag "$meta.id"
|
||||
|
@ -36,4 +36,4 @@ process BEDTOOLS_SLOPEREFSEQ {
|
|||
slopBed -i $beds -g $sizes -l ${params.upstream} -r {params.downstream} > ${prefix}.sloprefseq.bed
|
||||
echo $VERSION > ${software}.version.txt
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue