Description

Performs quality control of FASTQ files

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

reads

:file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

*.{fastq,fastq.gz}

Output

name:type
description
pattern

info

meta

:map

Groovy Map containing sample information

*.txt

:file

Contains info if process ran successfully

versions_fastqutils

${task.process}

:string

The process the versions were collected from

fastqutils

:string

The tool name

fastq_info -h 2>&1 | head -n 1 | sed 's/^fastq_utils //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

fastqutils

:string

The tool name

fastq_info -h 2>&1 | head -n 1 | sed 's/^fastq_utils //'

:eval

The expression to obtain the version of the tool

Tools

fastqutils
GPL v3

Validation and manipulation of FASTQ files, scRNA-seq barcode pre-processing and UMI quantification.