Description

Transform bait intervals into targets more suitable for CNVkit.

Input

name:type
description
pattern

meta{:bash}

:map

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

baits{:bash}

:file

BED or interval file listing the targeted regions.

*.{bed}

meta2{:bash}

:map

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

annotation{:bash}

:file

Use gene models from this file to assign names to the target regions.

*.{txt,bed,gff3,pil}

Output

name:type
description
pattern

bed{:bash}

meta{:bash}

:map

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

*.bed{:bash}

:file

File containing target regions

*.{bed}

versions_cnvkit{:bash}

${task.process}{:bash}

:string

The name of the process

cnvkit{:bash}

:string

The name of the tool

cnvkit.py version | sed -e "s/cnvkit 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

cnvkit{:bash}

:string

The name of the tool

cnvkit.py version | sed -e "s/cnvkit v//g"{:bash}

:eval

The expression to obtain the version of the tool

Tools

cnvkit
Apache-2.0

CNVkit is a Python library and command-line software toolkit to infer and visualize copy number from high-throughput DNA sequencing data. It is designed for use with hybrid capture, including both whole-exome and custom target panels, and short-read sequencing platforms such as Illumina and Ion Torrent.