]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
added checks for ^C to quit command instead of program
[mothur.git] / getseqscommand.h
index 809109c486de9f00b39091b863da8a23dfc95a96..b574afe38734a789fa39985090012cff358d2e95 100644 (file)
@@ -27,12 +27,12 @@ class GetSeqsCommand : public Command {
                string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir;
                bool abort;
                
-               void readFasta();
-               void readName();
-               void readGroup();
-               void readAlign();
-               void readAccnos();
-               void readList();
+               int readFasta();
+               int readName();
+               int readGroup();
+               int readAlign();
+               int readAccnos();
+               int readList();
                
 };