Description

Filtlong filters long reads based on quality measures or short read data.

Input

name:type
description
pattern

meta{:bash}

:map

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

shortreads{:bash}

:file

fastq file

*.{fq,fastq,fq.gz,fastq.gz}

longreads{:bash}

:file

fastq file

*.{fq,fastq,fq.gz,fastq.gz}

Output

name:type
description
pattern

reads{:bash}

meta{:bash}

:map

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

*.fastq.gz{:bash}

:file

Filtered (compressed) fastq file

*.fastq.gz

log{:bash}

meta{:bash}

:map

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

*.log{:bash}

:file

Standard error logging file containing summary statistics

*.log

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

filtlong
GPL v3

Filtlong is a tool for filtering long reads. It can take a set of long reads and produce a smaller, better subset. It uses both read length (longer is better) and read identity (higher is better) when choosing which reads pass the filter.