]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.h
modified bin.seqs and get.oturep commands to include use of a groupfile if provided...
[mothur.git] / binsequencecommand.h
index 617f5ec7ac98f17f358c383ca424ebd817cb3227..e2ff648283a9c00569a8d2a4170a040b4a494902 100644 (file)
@@ -16,6 +16,7 @@
 #include "listvector.hpp"
 #include "readotu.h"
 #include "fastamap.h"
+#include "groupmap.h"
 
 
 class GlobalData;
@@ -33,7 +34,8 @@ private:
        ReadOTUFile* read;
        InputData* input;
        FastaMap* fasta;
-       string filename, fastafile, namesfile;
+       GroupMap* groupMap;
+       string filename, fastafile, namesfile, groupfile;
        ofstream out;
        ifstream in, inNames;