]> git.donarmstrong.com Git - mothur.git/blobdiff - getlinecommand.h
fixed bugs in venn and aligner
[mothur.git] / getlinecommand.h
index 7953f9f945b61efb8bc23154ce84130f536d3bb1..68870b36fe7990d9d8da00ae2a213c08ced21e0e 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,14 @@ class GlobalData;
 
 class GetlineCommand : public Command {
 public:
-       GetlineCommand();
+       GetlineCommand(string);
        ~GetlineCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
-       string filename;
+       bool abort;
 };
 
 #endif