]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
added an alignreport option to screen seqs
[mothur.git] / clustercommand.h
index ad41a4506e926dc646066964ccdd11c98fc48826..44ce6f9f6833a8fd5181bcff64880bfe8f4d4f88 100644 (file)
@@ -31,9 +31,10 @@ class GlobalData;
 class ClusterCommand : public Command {
        
 public:
-       ClusterCommand();       
+       ClusterCommand(string); 
        ~ClusterCommand();
        int execute();  
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -43,7 +44,9 @@ private:
        RAbundVector* rabund;
        RAbundVector oldRAbund;
        ListVector oldList;
-       
+
+       bool abort;
+
        string method, fileroot, tag;
        double cutoff;
        int precision, length;