X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=391ec9a46b9f09671f79fbc0f895730338570d4c;hb=b8f3e71c8a0310e25261464d27e6fcfe891483b0;hp=4e0febd9c6dc84a7b49589e614c076493638c913;hpb=861f46b74c17adec8c6ad6d89f232ae7485797bf;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index 4e0febd..391ec9a 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -23,13 +23,14 @@ class ListSeqsCommand : public Command { private: vector names; - string fastafile, namefile, groupfile, alignfile, inputFileName; + string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile; bool abort; - void readFasta(); - void readName(); - void readGroup(); - void readAlign(); + int readFasta(); + int readName(); + int readGroup(); + int readAlign(); + int readList(); };