Description

annotate VCF files for poly repeats

Input

name:type
description
pattern

meta

:map

Groovy Map containing VCF information

vcf

:file

Groovy Map containing reference genome information for vcf

*.{vcf,bcf,vcf.gz,bcf.gz}

tbi

:file

Alternative VCF file index

*.tbi

regions_file

:file

Regions file

meta2

:map

Groovy Map containing fasta information

fasta

:file

Groovy Map containing reference genome information for fai reference fasta file

*.fasta

meta3

:map

Groovy Map containing fasta.fai information

fai

:file

Groovy Map containing reference genome information for fai

*.fasta.fai

meta4

:map

Groovy Map containing fasta.dict information

dict

:file

Groovy Map containing reference genome information for GATK sequence dictionary

*.dict

Output

name:type
description
pattern

vcf

meta

:map

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

*.${extension}

:file

VCF filtered output file

*.{vcf,bcf,vcf.gz,bcf.gz}

tbi

meta

:map

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

*.tbi

:file

Alternative VCF file index

*.tbi

csi

meta

:map

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

*.csi

:file

Default VCF file index

*.csi

versions_jvarkit

${task.process}

:string

The name of the process

jvarkit

:string

The name of the tool

jvarkit -v

:eval

The expression to obtain the version of the tool

versions_bcftools

${task.process}

:string

The name of the process

bcftools

:string

The name of the tool

bcftools --version |& sed '1!d;s/bcftools //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

jvarkit

:string

The name of the tool

jvarkit -v

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

bcftools

:string

The name of the tool

bcftools --version |& sed '1!d;s/bcftools //'

:eval

The expression to obtain the version of the tool

Tools

bcftools
MIT

View, subset and filter VCF or BCF files by position and filtering expression. Convert between VCF and BCF