]> git.donarmstrong.com Git - mothur.git/blobdiff - fastamap.h
unifrac.weighted
[mothur.git] / fastamap.h
index 9eab85353063cc434d765719c937e82920e60f4a..169974b27f107a00ba2a0f7738d7551160a37c62 100644 (file)
  
 using namespace std;
  
-#include <iostream>
-#include <fstream>
-#include <string>
-#include <map>
+#include "mothur.h"
 #include "utilities.hpp"
 
 
@@ -38,6 +35,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 +49,4 @@ private:
        map<string, group>::iterator it;
 };
 
-#endif
\ No newline at end of file
+#endif