Fixed version error in bedtools.

This commit is contained in:
sruthipsuresh 2020-10-28 14:41:26 -05:00 committed by sruthipsuresh
parent fe2e27c793
commit 5f705f69e1

View file

@ -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
"""
}
}