]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.h
added screen.seqs command - pds
[mothur.git] / inputdata.h
index b6912b3c8bef9803dae6aad648f97a80b3844b5b..f21daec045d67d9bf710ee6dce5e26ab018e1d51 100644 (file)
@@ -1,10 +1,7 @@
 #ifndef INPUTDATA_H
 #define INPUTDATA_H
 
-#include <iostream>
-#include <iomanip>
-#include <string>
-#include <fstream>
+#include "mothur.h"
 #include "ordervector.hpp"
 #include "sharedlistvector.h"
 #include "sharedordervector.h"
@@ -24,6 +21,8 @@ public:
        OrderVector* getOrderVector();
        SharedOrderVector* getSharedOrderVector();
        SAbundVector* getSAbundVector();
+       RAbundVector* getRAbundVector();
+       vector<SharedRAbundVector*> getSharedRAbundVectors();
        
 private:
        string format;
@@ -34,6 +33,7 @@ private:
        OrderVector* output;
        SharedOrderVector* SharedOrder;
        SAbundVector* sabund;
+       RAbundVector* rabund;
        map<string,int> orderMap;
 };