]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.h
added smart distance feature and optimized all commands using line by line processing
[mothur.git] / bootstrapsharedcommand.h
index 322cd28571d83ea08d080fb6c4098fbff1c67364..b632acede61e9f06c576ea236e7eac4b7c896153 100644 (file)
@@ -12,7 +12,6 @@
  
 #include "command.hpp"
 #include "sharedordervector.h"
-#include "sharedlistvector.h"
 #include "inputdata.h"
 #include "groupmap.h"
 #include "readotu.h"
@@ -33,6 +32,8 @@ public:
 private:
        void createTree(ostream*);
        void printSims();
+       void process(SharedOrderVector*);
+       
        
        GlobalData* globaldata;
        SharedUtil* util;
@@ -45,7 +46,6 @@ private:
        map<int, int> index;  //maps row in simMatrix to vector index in the tree       
        InputData* input;
        ValidCalculators* validCalculator;
-       SharedListVector* SharedList;
        SharedOrderVector* order;
        vector<SharedRAbundVector*> lookup;
        string format, outputFile;