logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rtax - Rapid and accurate taxonomic classification of short paired-end sequence reads from the 16S

Author

       This manual page was written by Simon Kainz <simon@familiekainz.at> for the rtax package.

       Rtax was written by David A. W. Soergel <soergel@cs.umass.edu>.

                                                   27 Nov 2014                                           rtax(1)

Description

Examples

       A quickstart example can be found here: https://github.com/davidsoergel/rtax/wiki/QuickStart

       Rtax  can  also   be   used   within   QIIME   workflows,   see   this   link   for   more   information:
       http://www.qiime.org/tutorials/rtax.html

Name

       rtax  -  Rapid  and  accurate  taxonomic  classification  of short paired-end sequence reads from the 16S
       ribosomal RNA gene

Options

-rrefd      reference database in FASTA format

       -ttaxonomy  taxonomy file with sequence IDs matching the reference database

       -aqueryA    FASTA file containing query sequences (single-ended or read 1)

       -bqueryB    FASTA file containing query sequences (read b, with matching IDs)

       -x           Reverse-complement query A sequences (required if they are provided in the reverse sense)

       -y           Reverse-complement query B sequences (required if they are provided in the reverse sense)

       -iregex     regular expression used to select part of the fasta  header  to  use  as  the  sequence  id.
                    Default: "(\S+)"

       -lfile      text file containing sequence IDs to process, one per line

       -ddelimiter delimiter separating the two reads when provided in a single file

       -mtempdir   temporary  directory.   Will be removed on successful completion, but likely not if there is
                    an error

       -f           for sequences where only one read is available, fall back  to  single-ended  classification.
                    Default: drop these sequences

       -g           for  sequences  where  one  read  is  overly  generic,  do  not  fall  back  to single-ended
                    classification.  Default: classify these sequences based on only the more specific read

       -oclassifications.out
                    output path

Synopsis

rtax [OPTION]...

See Also