X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;fp=counttable.h;h=04e26d775bb84042ea409e2d18694eeaa216c4df;hb=6ede3bf5c0a9eedb23f24577a97da81ab3e1f7df;hp=adef8530e9d6e7d07ce16c23a3524c16f962d0b4;hpb=c7e8c2d15bd7cedcfdf18675cb0ea1a0dcd0e3c0;p=mothur.git diff --git a/counttable.h b/counttable.h index adef853..04e26d7 100644 --- a/counttable.h +++ b/counttable.h @@ -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(); }