Update software/bedtools/complement/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
sruthipsuresh 2021-02-01 19:23:46 -06:00 committed by sruthipsuresh
parent bf2703f396
commit e5c21d15a3

View file

@ -29,6 +29,6 @@ process BEDTOOLS_COMPLEMENT {
def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
"""
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
"""
}