]> git.donarmstrong.com Git - mothur.git/blobdiff - fastamap.h
minor bugs fixes and added line and label options to read.otu's parselist and shared...
[mothur.git] / fastamap.h
index 9eab85353063cc434d765719c937e82920e60f4a..8ba2fc6ec3e9507a018084080d6dd6275b1203d1 100644 (file)
@@ -38,6 +38,7 @@ public:
        void clear();
        int size();                                     //returns number of unique sequences
        void print(ostream&);           //produces a 2 column file with the groupname in the first column and the names in the second column.
+       void printCondensedFasta(ostream&);             //produces a fasta file.
        void readFastaFile(ifstream&);
 
 private:
@@ -51,4 +52,4 @@ private:
        map<string, group>::iterator it;
 };
 
-#endif
\ No newline at end of file
+#endif