Shifts each feature by specific number of bases
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
bed
:file
Input BED file
*.{bed}
meta2
chrom_sizes
Chromosome sizes file
*{.sizes,.txt,.fai}
*.bed
Shift BED file
versions_bedtools
${task.process}
:string
The name of the process
bedtools
The name of the tool
bedtools --version | sed -e 's/bedtools v//g'
:eval
The expression to obtain the version of the tool
versions
A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types.