Description

FASTQ summary statistics in JSON format

Input

name:type
description
pattern

meta

:map

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

reads

:file

FASTQ file

*.{fastq.gz,fq.gz}

Output

name:type
description
pattern

json

meta

:map

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

*.json

:file

JSON formatted file of summary statistics

*.json

versions_fastqscan

${task.process}

:string

The name of the process

fastqscan

:string

The name of the tool

fastq-scan -v 2>&1 | sed 's/^.*fastq-scan //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

fastqscan

:string

The name of the tool

fastq-scan -v 2>&1 | sed 's/^.*fastq-scan //'

:eval

The expression to obtain the version of the tool

Tools

fastqscan
MIT

FASTQ summary statistics in JSON format