]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
added MPI to dist.seqs command
[mothur.git] / listseqscommand.h
index 4e0febd9c6dc84a7b49589e614c076493638c913..391ec9a46b9f09671f79fbc0f895730338570d4c 100644 (file)
@@ -23,13 +23,14 @@ class ListSeqsCommand : public Command {
                
        private:
                vector<string> 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();
                
 };