]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.h
a few modifications for 1.9
[mothur.git] / classifyseqscommand.h
index 19fc8a011d9b3dbc8dd8f1e482f7b50dc100078f..0ffd18c27c70084acd2cd2c0eb99d6d2055c44b0 100644 (file)
@@ -28,7 +28,7 @@
 class ClassifySeqsCommand : public Command {
        
 public:
-       ClassifySeqsCommand(string);    
+       ClassifySeqsCommand(string);
        ~ClassifySeqsCommand();
        int execute(); 
        void help();    
@@ -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<long>&);
+       #endif
 };
 
 #endif