]> git.donarmstrong.com Git - mothur.git/blobdiff - counttable.h
added count parameter to chimera.slayer command
[mothur.git] / counttable.h
index adef8530e9d6e7d07ce16c23a3524c16f962d0b4..04e26d775bb84042ea409e2d18694eeaa216c4df 100644 (file)
@@ -47,6 +47,7 @@ class CountTable {
         ~CountTable() {}
     
         int readTable(string);
+        bool testGroups(string file); //used to check if file has group data without reading it.
     
         bool hasGroupInfo() { return hasGroups; }
         int getNumGroups() { return groups.size(); }