Converts a bam file to a bed12 file.
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
bam{:bash}
:file
Input BAM file
*.{bam}
bed{:bash}
*.bed{:bash}
Bed file containing genomic intervals.
*.{bed}
versions_bedtools{:bash}
${task.process}{:bash}
:string
The name of the process
bedtools{:bash}
The name of the tool
bedtools --version | sed -e 's/bedtools v//g'{:bash}
:eval
The expression to obtain the version of the tool
versions{:bash}
A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types.