Description

A simple program to parse Illumina NGS data and check it for quality criteria

Input

name:type
description
pattern

meta{:bash}

:map

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

run_dir{:bash}

:file

Illumina sequencing run directory Can be directory or a compressed tar (tar.gz) of the directory

checkqc_config{:bash}

:file

CheckQC configuration file

*.{yml,yaml}

Output

name:type
description
pattern

report{:bash}

meta{:bash}

:file

CheckQC report in json format

*checkqc_report.json

*checkqc_report.json{:bash}

:file

CheckQC report in json format

*checkqc_report.json

versions_checkqc{:bash}

${task.process}{:bash}

:string

The name of the process

checkqc{:bash}

:string

The name of the tool

checkqc --version | sed -e "s/checkqc, version //g"{: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

checkqc{:bash}

:string

The name of the tool

checkqc --version | sed -e "s/checkqc, version //g"{:bash}

:eval

The expression to obtain the version of the tool

Tools

checkqc
GPL v3

A simple program to parse Illumina NGS data and check it for quality criteria.