Description

Compresses VCF files

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

Input BAM file

*.{bam}

intervals{:bash}

:file

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

meta2{:bash}

:map

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

fasta{:bash}

:file

FASTA reference file

*.{fasta,fa}

save_mpileup{:bash}

:boolean

Save mpileup file generated by bcftools mpileup

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

*vcf.gz{:bash}

:file

VCF gzipped output file

*.{vcf.gz}

tbi{:bash}

meta{:bash}

:map

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

*vcf.gz.tbi{:bash}

:file

tabix index file

*.{vcf.gz.tbi}

stats{:bash}

meta{:bash}

:map

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

*stats.txt{:bash}

:file

Text output file containing stats

*{stats.txt}

mpileup{:bash}

meta{:bash}

:map

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

*.mpileup.gz{:bash}

:file

mpileup gzipped output for all positions

{*.mpileup.gz}

versions_bcftools{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bcftools{:bash}

:string

The tool name

bcftools --version | sed -n '1s/.* //p'{:bash}

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bcftools{:bash}

:string

The tool name

bcftools --version | sed -n '1s/.* //p'{:bash}

:string

The command used to generate the version of the tool

Tools

mpileup
MIT

Generates genotype likelihoods at each genomic position with coverage.