Description

Calls CNVs in bam files from tumor patients

Input

name:type
description
pattern

meta

:map

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

normal

:file

BAM files

*.bam

normal_index

:file

BAM file indices

*.bam.bai

tumor

:file

BAM files

*.bam

tumor_index

:file

BAM file indices

*.bam.bai

bed

:file

annotated BED file containing target regions

*.bed

fasta

:file

genome FASTA file

*.fasta

Output

name:type
description
pattern

png

meta

:file

PNG file containing profile plot

*.profile.png

*.profile.png

:file

PNG file containing profile plot

*.profile.png

profile

meta

:file

PNG file containing profile plot

*.profile.png

*.profile.txt

:file

TXT file containing profile data

*.profile.txt

summary

meta

:file

PNG file containing profile plot

*.profile.png

*.summary.txt

:file

TXT file containing summarized data

*.summary.txt

versions_oncocnv

${task.process}

:string

The name of the process

oncocnv

:string

The name of the tool

7.0

:string

The expression to obtain the version of the tool

versions_perl

${task.process}

:string

The name of the process

perl

:string

The name of the tool

perl --version | sed '2!d;s/.*v//;s/).*//'

:eval

The expression to obtain the version of the tool

versions_r_base

${task.process}

:string

The name of the process

r-base

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

oncocnv

:string

The name of the tool

7.0

:string

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

perl

:string

The name of the tool

perl --version | sed '2!d;s/.*v//;s/).*//'

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

r-base

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool