X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyseqscommand.h;h=d19f862d340983786f00c25eaf02a6df30e0dea8;hb=cd9dbd8b53bbe32af3e9c6bead4aa6d796a278a5;hp=890085e53261ccf204a02b44fd6634e5020f0af0;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/classifyseqscommand.h b/classifyseqscommand.h index 890085e..d19f862 100644 --- a/classifyseqscommand.h +++ b/classifyseqscommand.h @@ -48,7 +48,7 @@ private: Classify* classify; - string fastaFileName, templateFileName, distanceFileName, namefile, search, method, taxonomyFileName, outputDir; + string fastaFileName, templateFileName, distanceFileName, namefile, search, method, taxonomyFileName, outputDir, groupfile; int processors, kmerSize, numWanted, cutoff, iters; float match, misMatch, gapOpen, gapExtend; bool abort, probs; @@ -57,6 +57,11 @@ private: void appendTaxFiles(string, string); void createProcesses(string, string, string); string addUnclassifieds(string, int); + + int MPIReadNamesFile(string); + #ifdef USE_MPI + int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector&); + #endif }; #endif