X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;fp=getseqscommand.h;h=b574afe38734a789fa39985090012cff358d2e95;hb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3;hp=809109c486de9f00b39091b863da8a23dfc95a96;hpb=182db2b6f1747bc1e0b8cd3eceec8751abdd31d5;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 809109c..b574afe 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -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(); };