Description

Filter and trim long read data.

Input

name:type
description
pattern

meta{:bash}

:map

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

fastq{:bash}

:file

FastQ with reads from long read sequencing e.g. PacBio or ONT

*.{fastq.gz}

fasta{:bash}

:file

An optional reference fasta file against which to remove reads that align to it.

*.fasta

Output

name:type
description
pattern

fastq{:bash}

meta{:bash}

:map

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

*.fastq.gz{:bash}

:file

Filtered and trimmed FastQ file

*.{fastq.gz}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

zcat

zcat uncompresses either a list of files on the command line or its standard input and writes the uncompressed data on standard output.

args_id: $args

chopper
MIT

A rust command line for filtering and trimming long reads.

args_id: $args2

gzip

Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77).

args_id: $args3