Scroll to navigation

NXTRIM(1) User Commands NXTRIM(1)

NAME

nxtrim - <short_description>

SYNOPSIS

nxtrim -1 R1.fastq.gz -2 R2.fastq.gz [options]

DESCRIPTION

Program: nxtrim Version: v0.4.3 Contact: joconnell@illumina.com

COPYRIGHT

Copyright © 2016, Illumina, Inc. All rights reserved. See LICENSE for further details.

Required arguments:

-1 [ --r1 ] arg
read 1 in fastq format (gzip allowed)
-2 [ --r2 ] arg
read 2 in fastq format (gzip allowed)

Allowed options:

output prefix
just creates a the mp/unknown libraries (reads with adapter at the start will be completely N masked)
print trimmed reads to stdout (equivalent to justmp)
print only known MP reads to stdout (good for scaffolding)
print only unknown reads to stdout
leave mate pair reads in RF orientation [by default are flipped into FR]
preserve MPs even when the corresponding PE has longer reads
ignore chastity/purity filters in read headers
output paired reads in separate files (prefix_R1/prefix_r2). Default is interleaved.
more aggressive adapter search (see docs/adapter.md)
The minimum similarity between strings to be considered a match (Hamming distance divided by string length)
The minimum overlap to be considered for matching
(=21) The minimum read length to output (smaller reads will be filtered)

AUTHOR


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

April 2021 nxtrim 0.4.3