Description

Splits/Joins VCF(s) file into chromosomes

Input

name:type
description
pattern

meta

:map

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

vcf

:file

VCF file(s)

*.{vcf,vcf.gz}

Output

name:type
description
pattern

out_vcfs

meta

:map

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

*.vcf

:file

Split/Joined VCF file(s)

*.vcf

versions_snpsift

${task.process}

:string

The name of the process

snpsift

:string

The name of the tool

SnpSift split -h 2>&1 | sed -n 's/.*version \([^ ]*\).*/\1/p;q'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

snpsift

:string

The name of the tool

SnpSift split -h 2>&1 | sed -n 's/.*version \([^ ]*\).*/\1/p;q'

:eval

The expression to obtain the version of the tool

Tools

snpsift
MIT

SnpSift is a toolbox that allows you to filter and manipulate annotated files