]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
added MPI to dist.seqs command
[mothur.git] / screenseqscommand.h
index 269275d38409c251ef3f9b0b1c2552602367f348..54f4bb153d66b89728a1d10fd073cb14f3957779 100644 (file)
@@ -21,13 +21,14 @@ public:
        void help();
        
 private:
-       void screenNameGroupFile(set<string>);
-       void screenGroupFile(set<string>);
-       void screenAlignReport(set<string>);
+       int screenNameGroupFile(set<string>);
+       int screenGroupFile(set<string>);
+       int screenAlignReport(set<string>);
        
        bool abort;
-       string fastafile, namefile, groupfile, alignreport;
+       string fastafile, namefile, groupfile, alignreport, outputDir;
        int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength;
+       vector<string> outputNames;
 };
 
 #endif