Description

Filter out sequences by sequence header name(s)

Input

name:type
description
pattern

meta:map

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

reads:file

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

names_to_filter:string

String containing names of reads to filter out of the fastq files.

output_format:string

String with the format of the output file, e.g. fastq.gz, fasta, fasta.bz2

interleaved_output:boolean

Whether to produce an interleaved fastq output file

Output

name:type
description
pattern

reads

meta:map

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

*.${output_format}:file

The trimmed/modified fastq reads

*${output_format}

log

meta:map

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

*.log:file

filterbyname.sh log file

*.filterbyname.log

versions

versions.yml:file

File containing software versions

versions.yml

Tools

bbmap
UC-LBL license (see package)

BBMap is a short read aligner, as well as various other bioinformatic tools.