Description

Identify chromosomal rearrangements.

Input

name:type
description
pattern

meta

:map

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

input

:file

BAM/CRAM file

*.{bam,cram}

input_index

:file

BAM/CRAM index file

*.{bai,crai}

meta2

:map

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

fasta

:file

Input FASTA file

*.{fasta,fa}

fai

:file

Input FASTA index file

*.{fai}

meta3

:map

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

bwa_index

:file

BWA genome index files

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

Output

name:type
description
pattern

vcf

meta

:map

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

${prefix}.vcf

:file

vcf

*.{vcf}

ploidy

meta

:map

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

${prefix}.ploidies.tab

:file

tab

*.{ploidies.tab}

versions_tiddit

${task.process}

:string

The name of the process

tiddit

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

tiddit

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool