Description

Allows one to screen for overlaps between two sets of genomic features.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

intervals1{:bash}

:file

BAM/BED/GFF/VCF

*.{bam|bed|gff|vcf}

intervals2{:bash}

:file

BAM/BED/GFF/VCF

*.{bam|bed|gff|vcf}

meta2{:bash}

:map

Groovy Map containing reference chromosome sizes e.g. [ id:‘test’ ]

chrom_sizes{:bash}

:file

Chromosome sizes file

*{.sizes,.txt}

Output

name:type
description
pattern

intersect{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.${extension}{:bash}

:file

File containing the description of overlaps found between the two features

*.${extension}

versions_bedtools{:bash}

${task.process}{:bash}

:string

The name of the process

bedtools{:bash}

:string

The name of the tool

bedtools --version | sed -e 's/bedtools v//g'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

bedtools{:bash}

:string

The name of the tool

bedtools --version | sed -e 's/bedtools v//g'{:bash}

:eval

The expression to obtain the version of the tool

Tools

bedtools
MIT

A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types.