Description

Merges adjacent DepthEvidence records

Input

name:type
description
pattern

meta

:map

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

depth_evidence

:file

The depth evidence file

*.rd.txt.gz

depth_evidence_index

:file

The index of the depth evidence file

*.rd.txt.gz.tbi

fasta

:file

Reference FASTA file needed when the input is a CRAM file

*.{fasta,fa}

fasta_fai

:file

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

*.fai

dict

:file

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

*.dict

Output

name:type
description
pattern

condensed_evidence

meta

:map

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

*.rd.txt.gz

:file

The condensed depth evidence

*.rd.txt.gz

condensed_evidence_index

meta

:map

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

*.rd.txt.gz.tbi

:file

The condensed depth evidence

*.rd.txt.gz.tbi

versions_gatk4

${task.process}

:string

The name of the process

gatk4

:string

The name of the tool

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

gatk4

:string

The name of the tool

gatk --version | sed -n '/GATK.*v/s/.*v//p'

:eval

The expression to obtain the version of the tool