]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
dist.seqs can now use n processors, and only outputs the phylip formatted distance...
[mothur.git] / helpcommand.h
index 4ea46280c64f3b527b9b58173e9ff00ceaf4a6e9..58356d13fa21b6f0c81377915618fff9c277473b 100644 (file)
 
 /* This class is designed to aid the user in running mothur. */
 
-#include <Carbon/Carbon.h>
 #include "command.hpp"
 #include "globaldata.hpp"
+#include "validcommands.h"
+#include "validcalculator.h"
 
 
 class HelpCommand : public Command {
@@ -24,9 +25,11 @@ public:
        int execute();
 private:
        GlobalData* globaldata;
+       ValidCommands* validCommands;
+       ValidCalculators* validCalcs;
        
 private:
                
 };
  
-#endif
\ No newline at end of file
+#endif