]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
chimeras, fix to sabundvector and sharedsabundvector that caused getRabundVector...
[mothur.git] / getlabelcommand.h
index ae4c4db2409cfd96d8e044531605d5176329f3ff..3e18026f327d1836a8f2d623c10ad1c966a21525 100644 (file)
@@ -6,12 +6,10 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 1/30/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
-#include <iostream>
-#include <fstream>
 #include "command.hpp"
 #include "readmatrix.hpp"
 
@@ -19,13 +17,15 @@ class GlobalData;
 
 class GetlabelCommand : public Command {
 public:
-       GetlabelCommand();
+       GetlabelCommand(string);
        ~GetlabelCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
        string filename;
+       bool abort;
 };
 
-#endif
\ No newline at end of file
+#endif