]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
done testing 1.13.0
[mothur.git] / getlabelcommand.h
index d3797acc32e2accb8a3cda94660a40019c970bf4..3e18026f327d1836a8f2d623c10ad1c966a21525 100644 (file)
@@ -6,7 +6,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 1/30/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -17,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