]> git.donarmstrong.com Git - mothur.git/blobdiff - groupmap.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / groupmap.h
index 99891a46c5cf998c565bffb8012350ebedacc8fa..d6984952188de368c765bf2997198f1fefb8bce5 100644 (file)
@@ -2,7 +2,7 @@
 #define GROUPMAP_H
 /*
  *  groupmap.h
- *  Dotur
+ *  Mothur
  *
  *  Created by Sarah Westcott on 12/1/08.
  *  Copyright 2008 Schloss Lab UMASS Amherst. All rights reserved.
 
 class GroupMap {
 public:
-       GroupMap() {};
+       GroupMap() { m = MothurOut::getInstance(); }
        GroupMap(string);
        ~GroupMap();
        int readMap();
+    int readMap(string);
        int readDesignMap();
+    int readDesignMap(string);
        int getNumGroups();
        bool isValidGroup(string);  //return true if string is a valid group
        string getGroup(string);