Description

Split intervals into sub-interval files.

Input

name:type
description
pattern

meta{:bash}

:map

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

intervals{:bash}

:file

Interval file

meta2{:bash}

:map

Groovy Map containing reference information e.g. [ id:‘genome’ ]

fasta{:bash}

:file

Reference FASTA

*.{fa,fasta}

meta3{:bash}

:map

Groovy Map containing reference information e.g. [ id:‘genome’ ]

fai{:bash}

:file

Reference FASTA index

*.fai

meta4{:bash}

:map

Groovy Map containing reference information e.g. [ id:‘genome’ ]

dict{:bash}

:file

Reference sequence dictionary

*.dict

Output

name:type
description
pattern

split_intervals{:bash}

meta{:bash}

:map

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

*.interval_list

**.interval_list{:bash}

:map

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

*.interval_list

versions_gatk4{:bash}

${task.process}{:bash}

:string

The name of the process

gatk4{:bash}

:string

The name of the tool

gatk --version | sed -n '/GATK.*v/s/.*v//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

gatk4{:bash}

:string

The name of the tool

gatk --version | sed -n '/GATK.*v/s/.*v//p'{:bash}

:eval

The expression to obtain the version of the tool