Scroll to navigation

rtax(1) General Commands Manual rtax(1)

NAME

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

SYNOPSIS

rtax [OPTION]...

DESCRIPTION

OPTIONS

reference database in FASTA format
taxonomy file with sequence IDs matching the reference database
FASTA file containing query sequences (single-ended or read 1)
FASTA file containing query sequences (read b, with matching IDs)
Reverse-complement query A sequences (required if they are provided in the reverse sense)
Reverse-complement query B sequences (required if they are provided in the reverse sense)
regular expression used to select part of the fasta header to use as the sequence id. Default: "(\S+)"
text file containing sequence IDs to process, one per line
delimiter separating the two reads when provided in a single file
temporary directory. Will be removed on successful completion, but likely not if there is an error
for sequences where only one read is available, fall back to single-ended classification. Default: drop these sequences
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
output path

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

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