Description

Identify chromosomal rearrangements.

Input

name:type
description
pattern

meta{:bash}

:map

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

input{:bash}

:file

BAM/CRAM file

*.{bam,cram}

input_index{:bash}

:file

BAM/CRAM index file

*.{bai,crai}

meta2{:bash}

:map

Groovy Map containing sample information e.g. [ id:'test_fasta']

fasta{:bash}

:file

Input FASTA file

*.{fasta,fa}

meta3{:bash}

:map

Groovy Map containing sample information from bwa index e.g. [ id:'test_bwa-index' ]

bwa_index{:bash}

:file

BWA genome index files

Directory containing BWA index *.{amb,ann,bwt,pac,sa}

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

${prefix}.vcf{:bash}

:file

vcf

*.{vcf}

ploidy{:bash}

meta{:bash}

:map

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

${prefix}.ploidies.tab{:bash}

:file

tab

*.{ploidies.tab}

versions_tiddit{:bash}

${task.process}{:bash}

:string

The name of the process

tiddit{:bash}

:string

The name of the tool

tiddit | sed -n 's/^usage: tiddit-//; s/ .*//p'{: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

tiddit{:bash}

:string

The name of the tool

tiddit | sed -n 's/^usage: tiddit-//; s/ .*//p'{:bash}

:eval

The expression to obtain the version of the tool