Description

Calculate Jaccard statistic b/w two feature files.

Input

name:type
description
pattern

meta{:bash}

:map

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

input_a{:bash}

:file

VCF,GFF or BED file to use with the -a option

*.{vcf,vcf.gz,bed,bed.gz,gff}

input_b{:bash}

:file

VCF,GFF or BED file to use with the -b option

*.{vcf,vcf.gz,bed,bed.gz,gff}

meta2{:bash}

:map

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

genome_file{:bash}

:file

A file containing all the contigs of the genome used to create the input files

*.{txt,sizes,fai}

Output

name:type
description
pattern

tsv{:bash}

meta{:bash}

:map

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

*.tsv{:bash}

:file

TSV file containing the results

*.tsv

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.