]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
chimeras, fix to sabundvector and sharedsabundvector that caused getRabundVector...
[mothur.git] / getlabelcommand.h
index ec0692cac91902901630388ddcd908a22121beb8..3e18026f327d1836a8f2d623c10ad1c966a21525 100644 (file)
@@ -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