.TH RAPMAP_QUASIINDEX "1" "September 2016" "rapmap_quasiindex 0.3.0" "User Commands" .SH NAME rapmap_quasiindex \- rapmap module to build a suffix array-based (SA) index .SH SYNOPSIS .B rapmap quasiindex [\-x ] [\-p] [\-n] [\-k ] \fB\-i\fR \fB\-t\fR [\-\-] [\-\-version] [\-h] .SH DESCRIPTION RapMap Indexer .P RapMap is a testing ground for ideas in quasi-mapping / (lightweight / pseudo) transcriptome alignment. That means that, at this point, it is somewhat experimental. The develop branch will have the latest improvements and additions, but is not guaranteed to be stable between commits. Breaking changes to the master branch will be accompanied by a tag to the version before the breaking change. Currently, RapMap is a stand-alone quasi-mapper that can be used with other tools. It is also being used as part of Sailfish and Salmon. Eventually, the hope is to create and stabilize an API so that it can be used as a library from other tools. .SH OPTIONS .TP \fB\-x\fR, \fB\-\-numThreads\fR Use this many threads to build the perfect hash function .TP \fB\-p\fR, \fB\-\-perfectHash\fR Use a perfect hash instead of dense hash \fB\-\-\-\fR somewhat slows construction, but uses less memory .TP \fB\-n\fR, \fB\-\-noClip\fR Don't clip poly\-A tails from the ends of target sequences .TP \fB\-k\fR, \fB\-\-klen\fR The length of k\-mer to index .TP \fB\-i\fR, \fB\-\-index\fR (required) The location where the index should be written .TP \fB\-t\fR, \fB\-\-transcripts\fR (required) The transcript file to be indexed .TP \fB\-\-\fR, \fB\-\-ignore_rest\fR Ignores the rest of the labeled arguments following this flag. .TP \fB\-\-version\fR Displays version information and exits. .TP \fB\-h\fR, \fB\-\-help\fR Displays usage information and exits. .SH AUTHOR This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.