Description

Compresses VCF files

Input

name:type
description
pattern

meta

:map

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

bam

:file

Input BAM file

*.{bam}

intervals_mpileup

:file

Input intervals file. A file (commonly ‘.bed’) containing regions to subset used by mpileup

intervals_call

:file

Input intervals file. A file (commonly ‘.bed’) containing regions to subset used by call but need a fourth column with REF,ALT

meta2

:map

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

fasta

:file

FASTA reference file

*.{fasta,fa}

fai

:file

FASTA reference file index

*.fai

save_mpileup

:boolean

Save mpileup file generated by bcftools mpileup

Output

name:type
description
pattern

vcf

meta

:map

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

*vcf.gz

:file

VCF gzipped output file

*.{vcf.gz}

tbi

meta

:map

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

*vcf.gz.tbi

:file

tabix index file

*.{vcf.gz.tbi}

stats

meta

:map

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

*stats.txt

:file

Text output file containing stats

*{stats.txt}

mpileup

meta

:map

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

*.mpileup.gz

:file

mpileup gzipped output for all positions

{*.mpileup.gz}

versions_bcftools

${task.process}

:string

The process the versions were collected from

bcftools

:string

The tool name

bcftools --version | sed '1!d; s/^.*bcftools //'

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

bcftools

:string

The tool name

bcftools --version | sed '1!d; s/^.*bcftools //'

:string

The command used to generate the version of the tool

Tools

mpileup
MIT

Generates genotype likelihoods at each genomic position with coverage.