DOKK / manpages / debian 11 / nanolyse / NanoLyse.1.en
NANOLYSE(1) User Commands NANOLYSE(1)

NanoLyse - remove lambda phage reads from a fastq file

NanoLyse [-h] [-v] [-r REFERENCE] [--logfile LOGFILE]

Remove reads mapping to the lambda genome. Reads fastq from stdin and writes to stdout.

Specify a reference fasta file against which to filter.
Specify the path and filename for the log file.

show the help and exit
Print version and exit.

gunzip -c reads.fastq.gz | NanoLyse | gzip > reads_without_lambda.fastq.gz gunzip -c reads.fastq.gz | NanoLyse | NanoFilt -q 12 | gzip > filtered_reads_without_lambda.fastq.gz gunzip -c reads.fastq.gz | NanoLyse --reference mygenome.fa.gz | gzip > reads_without_mygenome.fastq.gz


This manpage was written by Andreas Tille for the Debian distribution and
can be used for any other usage of the program.

June 2020 NanoLyse 1.1.1