X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterclassic.h;h=932c806ec42ac52a4a90670239d0c4a6a27b1efb;hb=15b252e317fde72ce0a5de8776cb88112e0ed2b6;hp=110c0408e5107e9acebd322c7a1070f364c13a7d;hpb=4c302368ef34f0d897afefc7853edf86fb45b9f3;p=mothur.git diff --git a/clusterclassic.h b/clusterclassic.h index 110c040..932c806 100644 --- a/clusterclassic.h +++ b/clusterclassic.h @@ -1,8 +1,7 @@ -#ifndef CLUSTER_H -#define CLUSTER_H +#ifndef CLUSTERCLASSIC_H +#define CLUSTERCLASSIC_H -#include "mothur.h" #include "mothurout.h" #include "listvector.hpp" #include "rabundvector.hpp" @@ -28,7 +27,7 @@ public: int getNSeqs() { return nseqs; } ListVector* getListVector() { return list; } RAbundVector* getRAbundVector() { return rabund; } - string getTag(); + string getTag() { return tag; } void setMapWanted(bool m); map getSeqtoBin() { return seq2Bin; } @@ -57,7 +56,7 @@ private: bool mapWanted, sim; double cutoff, aboveCutoff; map seq2Bin; - string method; + string method, tag; MothurOut* m; };