You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aq-mkrepset \- Create a representative set of sequences
.SH SYNOPSIS
.B aq-mkrepset
.I seq.fasta
.I seq_otus.txt
.SH DESCRIPTION
Create a representative set as a replacement for \fBpick_rep_set.py\fR in QIIME. The QIIME version loads the entire FASTA file into a Python dictonary, which is unmanageable for large data sets. Instead, this version creates an index over the FASTA file, loads only the sequences in a single OTU and picks the mode (or randomly from the modes if there are multiple modes). This is much faster when the sets are large as it reduced memory usage and swapping.