X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sequenceparser.h;h=98438f648b6f61d4c89192f7333aedfccfeced36;hp=23fcb9ecc983e1cf59ef1fde1f976da80773a152;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc diff --git a/sequenceparser.h b/sequenceparser.h index 23fcb9e..98438f6 100644 --- a/sequenceparser.h +++ b/sequenceparser.h @@ -36,7 +36,6 @@ class SequenceParser { int getNumGroups(); vector getNamesOfGroups(); bool isValidGroup(string); //return true if string is a valid group - string getGroup(string); //returns group of a specific sequence int getNumSeqs(string); //returns the number of unique sequences in a specific group vector getSeqs(string); //returns unique sequences in a specific group