X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=groupmap.h;h=5397e02e7c158e5074a7f8e626d813561cc6d9b6;hp=bdcd61e7c763cc10e31088d3292064887a8070a8;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=9bbd9b071066b7b11c1ab95aa01942abc933e0fb 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.