Description

Run falco on sequenced reads

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

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

Output

name:type
description
pattern

html{:bash}

meta{:bash}

:map

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

*.html{:bash}

:file

FastQC like report

*_{fastqc_report.html}

txt{:bash}

meta{:bash}

:map

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

*.txt{:bash}

:file

falco report data

*_{data.txt}

versions_falco{:bash}

${task.process}{:bash}

:string

The name of the process

falco{:bash}

:string

The name of the tool

falco --version | sed '1!d;s/.* //'{: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

falco{:bash}

:string

The name of the tool

falco --version | sed '1!d;s/.* //'{:bash}

:eval

The expression to obtain the version of the tool

Tools

fastqc
GPL v3

falco is a drop-in C++ implementation of FastQC to assess the quality of sequence reads.