X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=groupmap.h;h=5397e02e7c158e5074a7f8e626d813561cc6d9b6;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=bdcd61e7c763cc10e31088d3292064887a8070a8;hpb=9bbd9b071066b7b11c1ab95aa01942abc933e0fb;p=mothur.git diff --git a/groupmap.h b/groupmap.h index bdcd61e..5397e02 100644 --- a/groupmap.h +++ b/groupmap.h @@ -40,6 +40,9 @@ public: vector getNamesSeqs(vector); //get names of seqs belonging to a group or set of groups int getNumSeqs(string); //return the number of seqs in a given group int getCopy(GroupMap*); + int renameSeq(string, string); + int print(ofstream&); + int print(ofstream&, vector); //print certain groups map groupIndex; //groupname, vectorIndex in namesOfGroups. - used by collectdisplays and libshuff commands.