Description

Merges adjacent DepthEvidence records

Input

name:type
description
pattern

meta{:bash}

:map

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

depth_evidence{:bash}

:file

The depth evidence file

*.rd.txt.gz

depth_evidence_index{:bash}

:file

The index of the depth evidence file

*.rd.txt.gz.tbi

fasta{:bash}

:file

Reference FASTA file needed when the input is a CRAM file

*.{fasta,fa}

fasta_fai{:bash}

:file

Index of the reference FASTA file needed when the input is a CRAM file

*.fai

dict{:bash}

:file

Sequence dictionary of the reference FASTA file needed when the input is a CRAM file

*.dict

Output

name:type
description
pattern

condensed_evidence{:bash}

meta{:bash}

:map

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

*.rd.txt.gz{:bash}

:file

The condensed depth evidence

*.rd.txt.gz

condensed_evidence_index{:bash}

meta{:bash}

:map

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

*.rd.txt.gz.tbi{:bash}

:file

The condensed depth evidence

*.rd.txt.gz.tbi

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