Description

Filter reads by quality score.

Input

name:type
description
pattern

meta

:map

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

reads

:file

compressed fastq file

*.{fastq.gz}

Output

name:type
description
pattern

reads

meta

:map

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

*_quality-pass.fastq.gz

:file

filtered fastq.gz file

*.{fastq.gz}

logs

*_command_log.txt

:file

command logs

*.txt

versions_presto

${task.process}

:string

The name of the process

presto

:string

the name of the tool

FilterSeq.py --version | grep -o "[0-9][0-9.]*" | head -n 1

:eval

The expression to obtain the version of the tool

log_tab

*.tab

:file

parsed log table

*.tab

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

presto

:string

the name of the tool

FilterSeq.py --version | grep -o "[0-9][0-9.]*" | head -n 1

:eval

The expression to obtain the version of the tool

Tools

presto
AGPL v3

A bioinformatics toolkit for processing high-throughput lymphocyte receptor sequencing data.