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