]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.h
added checks for ^C to quit command instead of program
[mothur.git] / removeseqscommand.h
index ddda08ce9bbfe7f4bc1e6a5aa55e8028667ade37..1f429d92810402f64a1c2d776510719aa7113610 100644 (file)
@@ -27,12 +27,12 @@ class RemoveSeqsCommand : public Command {
                bool abort, dups;
                vector<string> outputNames;
                
-               void readFasta();
-               void readName();
-               void readGroup();
-               void readAlign();
+               int readFasta();
+               int readName();
+               int readGroup();
+               int readAlign();
                void readAccnos();
-               void readList();
+               int readList();
                
 };