]> git.donarmstrong.com Git - mothur.git/blob - chimeraccodecommand.cpp
some changes while testing 1.9
[mothur.git] / chimeraccodecommand.cpp
1 /*
2  *  chimeraccodecommand.cpp
3  *  Mothur
4  *
5  *  Created by westcott on 3/30/10.
6  *  Copyright 2010 Schloss Lab. All rights reserved.
7  *
8  */
9
10 #include "chimeraccodecommand.h"
11 #include "ccode.h"
12
13 //***************************************************************************************************************
14
15 ChimeraCcodeCommand::ChimeraCcodeCommand(string option)  {
16         try {
17                 abort = false;
18                 
19                 //allow user to run help
20                 if(option == "help") { help(); abort = true; }
21                 
22                 else {
23                         //valid paramters for this command
24                         string Array[] =  {"fasta", "filter", "processors", "window", "template", "mask", "numwanted", "outputdir","inputdir", };
25                         vector<string> myArray (Array, Array+(sizeof(Array)/sizeof(string)));
26                         
27                         OptionParser parser(option);
28                         map<string,string> parameters = parser.getParameters();
29                         
30                         ValidParameters validParameter;
31                         map<string,string>::iterator it;
32                         
33                         //check to make sure all parameters are valid for command
34                         for (it = parameters.begin(); it != parameters.end(); it++) { 
35                                 if (validParameter.isValidParameter(it->first, myArray, it->second) != true) {  abort = true;  }
36                         }
37                         
38                         //if the user changes the input directory command factory will send this info to us in the output parameter 
39                         string inputDir = validParameter.validFile(parameters, "inputdir", false);              
40                         if (inputDir == "not found"){   inputDir = "";          }
41                         else {
42                                 string path;
43                                 it = parameters.find("fasta");
44                                 //user has given a template file
45                                 if(it != parameters.end()){ 
46                                         path = hasPath(it->second);
47                                         //if the user has not given a path then, add inputdir. else leave path alone.
48                                         if (path == "") {       parameters["fasta"] = inputDir + it->second;            }
49                                 }
50                                 
51                                 it = parameters.find("template");
52                                 //user has given a template file
53                                 if(it != parameters.end()){ 
54                                         path = hasPath(it->second);
55                                         //if the user has not given a path then, add inputdir. else leave path alone.
56                                         if (path == "") {       parameters["template"] = inputDir + it->second;         }
57                                 }
58                         }
59
60                         
61                         //check for required parameters
62                         fastafile = validParameter.validFile(parameters, "fasta", true);
63                         if (fastafile == "not open") { abort = true; }
64                         else if (fastafile == "not found") { fastafile = ""; m->mothurOut("fasta is a required parameter for the chimera.ccode command."); m->mothurOutEndLine(); abort = true;  }      
65                         
66                         //if the user changes the output directory command factory will send this info to us in the output parameter 
67                         outputDir = validParameter.validFile(parameters, "outputdir", false);           if (outputDir == "not found"){  
68                                 outputDir = ""; 
69                                 outputDir += hasPath(fastafile); //if user entered a file with a path then preserve it  
70                         }
71
72                         templatefile = validParameter.validFile(parameters, "template", true);
73                         if (templatefile == "not open") { abort = true; }
74                         else if (templatefile == "not found") { templatefile = ""; m->mothurOut("template is a required parameter for the chimera.ccode command."); m->mothurOutEndLine(); abort = true;  }             
75                         
76                         maskfile = validParameter.validFile(parameters, "mask", false);
77                         if (maskfile == "not found") { maskfile = "";  }        
78                         else if (maskfile != "default")  { 
79                                 if (inputDir != "") {
80                                         string path = hasPath(maskfile);
81                                         //if the user has not given a path then, add inputdir. else leave path alone.
82                                         if (path == "") {       maskfile = inputDir + maskfile;         }
83                                 }
84
85                                 ifstream in;
86                                 int     ableToOpen = openInputFile(maskfile, in);
87                                 if (ableToOpen == 1) { abort = true; }
88                                 in.close();
89                         }
90                         
91                         string temp;
92                         temp = validParameter.validFile(parameters, "filter", false);                   if (temp == "not found") { temp = "F"; }
93                         filter = isTrue(temp);
94                         
95                         temp = validParameter.validFile(parameters, "processors", false);               if (temp == "not found") { temp = "1"; }
96                         convert(temp, processors);
97                         
98                         temp = validParameter.validFile(parameters, "window", false);                   if (temp == "not found") { temp = "0"; }
99                         convert(temp, window);
100                         
101                         temp = validParameter.validFile(parameters, "numwanted", false);                if (temp == "not found") { temp = "20"; }
102                         convert(temp, numwanted);
103
104                 }
105         }
106         catch(exception& e) {
107                 m->errorOut(e, "ChimeraCcodeCommand", "ChimeraCcodeCommand");
108                 exit(1);
109         }
110 }
111 //**********************************************************************************************************************
112
113 void ChimeraCcodeCommand::help(){
114         try {
115         
116                 m->mothurOut("The chimera.ccode command reads a fastafile and templatefile and outputs potentially chimeric sequences.\n");
117                 m->mothurOut("This command was created using the algorythms described in the 'Evaluating putative chimeric sequences from PCR-amplified products' paper by Juan M. Gonzalez, Johannes Zimmerman and Cesareo Saiz-Jimenez.\n");
118                 m->mothurOut("The chimera.ccode command parameters are fasta, template, filter, mask, processors, window and numwanted.\n");
119                 m->mothurOut("The fasta parameter allows you to enter the fasta file containing your potentially chimeric sequences, and is required. \n");
120                 m->mothurOut("The template parameter allows you to enter a template file containing known non-chimeric sequences, and is required. \n");
121                 m->mothurOut("The filter parameter allows you to specify if you would like to apply a vertical and 50% soft filter. \n");
122                 m->mothurOut("The processors parameter allows you to specify how many processors you would like to use.  The default is 1. \n");
123                 #ifdef USE_MPI
124                 m->mothurOut("When using MPI, the processors parameter is set to the number of MPI processes running. \n");
125                 #endif
126                 m->mothurOut("The mask parameter allows you to specify a file containing one sequence you wish to use as a mask for the your sequences. \n");
127                 m->mothurOut("The window parameter allows you to specify the window size for searching for chimeras. \n");
128                 m->mothurOut("The numwanted parameter allows you to specify how many sequences you would each query sequence compared with.\n");
129                 m->mothurOut("The chimera.ccode command should be in the following format: \n");
130                 m->mothurOut("chimera.ccode(fasta=yourFastaFile, template=yourTemplate) \n");
131                 m->mothurOut("Example: chimera.seqs(fasta=AD.align, template=core_set_aligned.imputed.fasta) \n");
132                 m->mothurOut("Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n\n");     
133         }
134         catch(exception& e) {
135                 m->errorOut(e, "ChimeraCcodeCommand", "help");
136                 exit(1);
137         }
138 }
139
140 //***************************************************************************************************************
141
142 ChimeraCcodeCommand::~ChimeraCcodeCommand(){    /*      do nothing      */      }
143
144 //***************************************************************************************************************
145
146 int ChimeraCcodeCommand::execute(){
147         try{
148                 
149                 if (abort == true) { return 0; }
150                 
151                 int start = time(NULL); 
152                 
153                 //set user options
154                 if (maskfile == "default") { m->mothurOut("I am using the default 236627 EU009184.1 Shigella dysenteriae str. FBD013."); m->mothurOutEndLine();  }
155
156                 chimera = new Ccode(fastafile, templatefile, filter, maskfile, window, numwanted, outputDir);   
157                 
158                 //is your template aligned?
159                 if (chimera->getUnaligned()) { m->mothurOut("Your template sequences are different lengths, please correct."); m->mothurOutEndLine(); delete chimera; return 0; }
160                 templateSeqsLength = chimera->getLength();
161                 
162                 string outputFileName, accnosFileName;
163                 if (maskfile != "") {
164                         outputFileName = outputDir + getRootName(getSimpleName(fastafile)) + maskfile + ".ccode.chimeras";
165                         accnosFileName = outputDir + getRootName(getSimpleName(fastafile)) + maskfile + ".ccode.accnos";
166                 }else {
167                         outputFileName = outputDir + getRootName(getSimpleName(fastafile))  + "ccode.chimeras";
168                         accnosFileName = outputDir + getRootName(getSimpleName(fastafile))  + "ccode.accnos";
169                 }
170
171                 string mapInfo = outputDir + getRootName(getSimpleName(fastafile)) + "mapinfo";
172                 bool hasAccnos = true;
173                 
174                 if (m->control_pressed) { delete chimera;       return 0;       }
175                 
176         #ifdef USE_MPI
177         
178                         int pid, end, numSeqsPerProcessor; 
179                         int tag = 2001;
180                         vector<long> MPIPos;
181                         MPIWroteAccnos = false;
182                         
183                         MPI_Status status; 
184                         MPI_Comm_rank(MPI_COMM_WORLD, &pid); //find out who we are
185                         MPI_Comm_size(MPI_COMM_WORLD, &processors); 
186
187                         MPI_File inMPI;
188                         MPI_File outMPI;
189                         MPI_File outMPIAccnos;
190                         
191                         int outMode=MPI_MODE_CREATE|MPI_MODE_WRONLY; 
192                         int inMode=MPI_MODE_RDONLY; 
193                                                         
194                         char outFilename[outputFileName.length()];
195                         strcpy(outFilename, outputFileName.c_str());
196                         
197                         char outAccnosFilename[accnosFileName.length()];
198                         strcpy(outAccnosFilename, accnosFileName.c_str());
199                         
200                         char inFileName[fastafile.length()];
201                         strcpy(inFileName, fastafile.c_str());
202
203                         MPI_File_open(MPI_COMM_WORLD, inFileName, inMode, MPI_INFO_NULL, &inMPI);  //comm, filename, mode, info, filepointer
204                         MPI_File_open(MPI_COMM_WORLD, outFilename, outMode, MPI_INFO_NULL, &outMPI);
205                         MPI_File_open(MPI_COMM_WORLD, outAccnosFilename, outMode, MPI_INFO_NULL, &outMPIAccnos);
206                 
207                         if (m->control_pressed) {  MPI_File_close(&inMPI);  MPI_File_close(&outMPI);   MPI_File_close(&outMPIAccnos);  delete chimera; return 0;  }
208                 
209                         if (pid == 0) { //you are the root process 
210                                 string outTemp = "For full window mapping info refer to " + mapInfo + "\n\n";
211                                 
212                                 //print header
213                                 int length = outTemp.length();
214                                 char buf2[length];
215                                 strcpy(buf2, outTemp.c_str()); 
216                                 MPI_File_write_shared(outMPI, buf2, length, MPI_CHAR, &status);
217                                 
218                                 MPIPos = setFilePosFasta(fastafile, numSeqs); //fills MPIPos, returns numSeqs
219                                 
220                                 //send file positions to all processes
221                                 MPI_Bcast(&numSeqs, 1, MPI_INT, 0, MPI_COMM_WORLD);  //send numSeqs
222                                 MPI_Bcast(&MPIPos[0], (numSeqs+1), MPI_LONG, 0, MPI_COMM_WORLD); //send file pos        
223                                 
224                                 //figure out how many sequences you have to align
225                                 numSeqsPerProcessor = numSeqs / processors;
226                                 if(pid == (processors - 1)){    numSeqsPerProcessor = numSeqs - pid * numSeqsPerProcessor;      }
227                                 int startIndex =  pid * numSeqsPerProcessor;
228                         
229                                 //align your part
230                                 driverMPI(startIndex, numSeqsPerProcessor, inMPI, outMPI, outMPIAccnos, MPIPos);
231                                 
232                                 if (m->control_pressed) {  MPI_File_close(&inMPI);  MPI_File_close(&outMPI);   MPI_File_close(&outMPIAccnos);  remove(outputFileName.c_str());  remove(accnosFileName.c_str());  delete chimera; return 0;  }
233
234                                 for (int i = 1; i < processors; i++) {
235                                         bool tempResult;
236                                         MPI_Recv(&tempResult, 1, MPI_INT, i, tag, MPI_COMM_WORLD, &status);
237                                         if (tempResult != 0) { MPIWroteAccnos = true; }
238                                 }
239                         }else{ //you are a child process
240                                 MPI_Bcast(&numSeqs, 1, MPI_INT, 0, MPI_COMM_WORLD); //get numSeqs
241                                 MPIPos.resize(numSeqs+1);
242                                 MPI_Bcast(&MPIPos[0], (numSeqs+1), MPI_LONG, 0, MPI_COMM_WORLD); //get file positions
243                                 
244                                 //figure out how many sequences you have to align
245                                 numSeqsPerProcessor = numSeqs / processors;
246                                 if(pid == (processors - 1)){    numSeqsPerProcessor = numSeqs - pid * numSeqsPerProcessor;      }
247                                 int startIndex =  pid * numSeqsPerProcessor;
248                                 
249                                 //align your part
250                                 driverMPI(startIndex, numSeqsPerProcessor, inMPI, outMPI, outMPIAccnos, MPIPos);
251                                 
252                                 if (m->control_pressed) {  MPI_File_close(&inMPI);  MPI_File_close(&outMPI);   MPI_File_close(&outMPIAccnos);  delete chimera; return 0;  }
253                                 
254                                 MPI_Send(&MPIWroteAccnos, 1, MPI_INT, 0, tag, MPI_COMM_WORLD); 
255                         }
256                         
257                         //close files 
258                         MPI_File_close(&inMPI);
259                         MPI_File_close(&outMPI);
260                         MPI_File_close(&outMPIAccnos);
261                         
262                         //delete accnos file if blank
263                         if (pid == 0) {
264                                 if (!MPIWroteAccnos) { 
265                                         //MPI_Info info;
266                                         //MPI_File_delete(outAccnosFilename, info);
267                                         hasAccnos = false;      
268                                         remove(accnosFileName.c_str()); 
269                                 }
270                         }
271                                 
272         #else
273                 ofstream outHeader;
274                 string tempHeader = outputDir + getRootName(getSimpleName(fastafile)) + maskfile + "ccode.chimeras.tempHeader";
275                 openOutputFile(tempHeader, outHeader);
276                 
277                 outHeader << "For full window mapping info refer to " << mapInfo << endl << endl;
278
279                 outHeader.close();
280                 
281                 //break up file
282                 #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
283                         if(processors == 1){
284                                 ifstream inFASTA;
285                                 openInputFile(fastafile, inFASTA);
286                                 numSeqs=count(istreambuf_iterator<char>(inFASTA),istreambuf_iterator<char>(), '>');
287                                 inFASTA.close();
288                                 
289                                 lines.push_back(new linePair(0, numSeqs));
290                                 
291                                 driver(lines[0], outputFileName, fastafile, accnosFileName);
292                                 
293                                 if (m->control_pressed) { 
294                                         remove(outputFileName.c_str()); 
295                                         remove(tempHeader.c_str()); 
296                                         remove(accnosFileName.c_str());
297                                         for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear();
298                                         delete chimera;
299                                         return 0;
300                                 }
301                                 
302                                 //delete accnos file if its blank 
303                                 if (isBlank(accnosFileName)) {  remove(accnosFileName.c_str());  hasAccnos = false; }
304                                                                 
305                         }else{
306                                 vector<int> positions;
307                                 processIDS.resize(0);
308                                 
309                                 ifstream inFASTA;
310                                 openInputFile(fastafile, inFASTA);
311                                 
312                                 string input;
313                                 while(!inFASTA.eof()){
314                                         input = getline(inFASTA);
315                                         if (input.length() != 0) {
316                                                 if(input[0] == '>'){    long int pos = inFASTA.tellg(); positions.push_back(pos - input.length() - 1);  }
317                                         }
318                                 }
319                                 inFASTA.close();
320                                 
321                                 numSeqs = positions.size();
322                                 
323                                 int numSeqsPerProcessor = numSeqs / processors;
324                                 
325                                 for (int i = 0; i < processors; i++) {
326                                         long int startPos = positions[ i * numSeqsPerProcessor ];
327                                         if(i == processors - 1){
328                                                 numSeqsPerProcessor = numSeqs - i * numSeqsPerProcessor;
329                                         }
330                                         lines.push_back(new linePair(startPos, numSeqsPerProcessor));
331                                 }
332                                 
333                                 
334                                 createProcesses(outputFileName, fastafile, accnosFileName); 
335                         
336                                 rename((outputFileName + toString(processIDS[0]) + ".temp").c_str(), outputFileName.c_str());
337                                         
338                                 //append output files
339                                 for(int i=1;i<processors;i++){
340                                         appendFiles((outputFileName + toString(processIDS[i]) + ".temp"), outputFileName);
341                                         remove((outputFileName + toString(processIDS[i]) + ".temp").c_str());
342                                 }
343                                 
344                                 vector<string> nonBlankAccnosFiles;
345                                 //delete blank accnos files generated with multiple processes
346                                 for(int i=0;i<processors;i++){  
347                                         if (!(isBlank(accnosFileName + toString(processIDS[i]) + ".temp"))) {
348                                                 nonBlankAccnosFiles.push_back(accnosFileName + toString(processIDS[i]) + ".temp");
349                                         }else { remove((accnosFileName + toString(processIDS[i]) + ".temp").c_str());  }
350                                 }
351                                 
352                                 //append accnos files
353                                 if (nonBlankAccnosFiles.size() != 0) { 
354                                         rename(nonBlankAccnosFiles[0].c_str(), accnosFileName.c_str());
355                                         
356                                         for (int h=1; h < nonBlankAccnosFiles.size(); h++) {
357                                                 appendFiles(nonBlankAccnosFiles[h], accnosFileName);
358                                                 remove(nonBlankAccnosFiles[h].c_str());
359                                         }
360                                 }else{ hasAccnos = false;  }
361                                 
362                                 if (m->control_pressed) { 
363                                         remove(outputFileName.c_str()); 
364                                         remove(accnosFileName.c_str());
365                                         for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear();
366                                         delete chimera;
367                                         return 0;
368                                 }
369
370                         }
371
372                 #else
373                         ifstream inFASTA;
374                         openInputFile(fastafile, inFASTA);
375                         numSeqs=count(istreambuf_iterator<char>(inFASTA),istreambuf_iterator<char>(), '>');
376                         inFASTA.close();
377                         lines.push_back(new linePair(0, numSeqs));
378                         
379                         driver(lines[0], outputFileName, fastafile, accnosFileName);
380                         
381                         if (m->control_pressed) { 
382                                         remove(outputFileName.c_str()); 
383                                         remove(tempHeader.c_str()); 
384                                         remove(accnosFileName.c_str());
385                                         for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear();
386                                         delete chimera;
387                                         return 0;
388                         }
389                         
390                         //delete accnos file if its blank 
391                         if (isBlank(accnosFileName)) {  remove(accnosFileName.c_str());  hasAccnos = false; }
392                 #endif
393                 
394                 //m->mothurOut("Output File Names: ");
395                 //if ((filter) && (method == "bellerophon")) { m->mothurOut(
396                 //if (outputDir == "") { fastafile = getRootName(fastafile) + "filter.fasta"; }
397                 //      else                             { fastafile = outputDir + getRootName(getSimpleName(fastafile)) + "filter.fasta"; }
398         
399                 appendFiles(outputFileName, tempHeader);
400         
401                 remove(outputFileName.c_str());
402                 rename(tempHeader.c_str(), outputFileName.c_str());
403         #endif
404         
405                 delete chimera;
406                 
407                 
408                 m->mothurOutEndLine();
409                 m->mothurOut("Output File Names: "); m->mothurOutEndLine();
410                 m->mothurOut(outputFileName); m->mothurOutEndLine();    
411                 if (hasAccnos) {  m->mothurOut(accnosFileName); m->mothurOutEndLine();  }
412                 m->mothurOutEndLine();
413
414                 for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear();
415                 
416                 m->mothurOutEndLine(); m->mothurOut("It took " + toString(time(NULL) - start) + " secs to check " + toString(numSeqs) + " sequences."); m->mothurOutEndLine();
417                 
418                 return 0;
419                 
420         }
421         catch(exception& e) {
422                 m->errorOut(e, "ChimeraCcodeCommand", "execute");
423                 exit(1);
424         }
425 }
426 //**********************************************************************************************************************
427
428 int ChimeraCcodeCommand::driver(linePair* line, string outputFName, string filename, string accnos){
429         try {
430                 ofstream out;
431                 openOutputFile(outputFName, out);
432                 
433                 ofstream out2;
434                 openOutputFile(accnos, out2);
435                 
436                 ifstream inFASTA;
437                 openInputFile(filename, inFASTA);
438
439                 inFASTA.seekg(line->start);
440                 
441                 for(int i=0;i<line->numSeqs;i++){
442                 
443                         if (m->control_pressed) {       return 1;       }
444                 
445                         Sequence* candidateSeq = new Sequence(inFASTA);  gobble(inFASTA);
446                                 
447                         if (candidateSeq->getName() != "") { //incase there is a commented sequence at the end of a file
448                                 
449                                 if (candidateSeq->getAligned().length() != templateSeqsLength) {  
450                                         m->mothurOut(candidateSeq->getName() + " is not the same length as the template sequences. Skipping."); m->mothurOutEndLine();
451                                 }else{
452                                         //find chimeras
453                                         chimera->getChimeras(candidateSeq);
454                                         
455                                         if (m->control_pressed) {       delete candidateSeq; return 1;  }
456                 
457                                         //print results
458                                         chimera->print(out, out2);
459                                 }
460                         }
461                         delete candidateSeq;
462                         
463                         //report progress
464                         if((i+1) % 100 == 0){   m->mothurOut("Processing sequence: " + toString(i+1)); m->mothurOutEndLine();           }
465                 }
466                 //report progress
467                 if((line->numSeqs) % 100 != 0){ m->mothurOut("Processing sequence: " + toString(line->numSeqs)); m->mothurOutEndLine();         }
468                 
469                 out.close();
470                 out2.close();
471                 inFASTA.close();
472                                 
473                 return 0;
474         }
475         catch(exception& e) {
476                 m->errorOut(e, "ChimeraCcodeCommand", "driver");
477                 exit(1);
478         }
479 }
480 //**********************************************************************************************************************
481 #ifdef USE_MPI
482 int ChimeraCcodeCommand::driverMPI(int start, int num, MPI_File& inMPI, MPI_File& outMPI, MPI_File& outAccMPI, vector<long>& MPIPos){
483         try {
484                                 
485                 MPI_Status status; 
486                 int pid;
487                 MPI_Comm_rank(MPI_COMM_WORLD, &pid); //find out who we are
488                 
489                 for(int i=0;i<num;i++){
490                 
491                         if (m->control_pressed) { return 0; }
492                         
493                         //read next sequence
494                         int length = MPIPos[start+i+1] - MPIPos[start+i];
495         
496                         char buf4[length];
497                         MPI_File_read_at(inMPI, MPIPos[start+i], buf4, length, MPI_CHAR, &status);
498                         
499                         string tempBuf = buf4;
500                         if (tempBuf.length() > length) { tempBuf = tempBuf.substr(0, length);  }
501                         istringstream iss (tempBuf,istringstream::in);
502
503                         Sequence* candidateSeq = new Sequence(iss);  gobble(iss);
504                                 
505                         if (candidateSeq->getName() != "") { //incase there is a commented sequence at the end of a file
506                                 
507                                 if (candidateSeq->getAligned().length() != templateSeqsLength) {  
508                                         m->mothurOut(candidateSeq->getName() + " is not the same length as the template sequences. Skipping."); m->mothurOutEndLine();
509                                 }else{
510                                         //find chimeras
511                                         chimera->getChimeras(candidateSeq);
512                                         
513                                         if (m->control_pressed) {       delete candidateSeq; return 1;  }
514                 
515                                         //print results
516                                         bool isChimeric = chimera->print(outMPI, outAccMPI);
517                                         if (isChimeric) { MPIWroteAccnos = true;  }
518                                 }
519                         }
520                         delete candidateSeq;
521                         
522                         //report progress
523                         if((i+1) % 100 == 0){  cout << "Processing sequence: " << (i+1) << endl;        m->mothurOutJustToLog("Processing sequence: " + toString(i+1) + "\n");          }
524                 }
525                 //report progress
526                 if(num % 100 != 0){             cout << "Processing sequence: " << num << endl; m->mothurOutJustToLog("Processing sequence: " + toString(num) + "\n");  }
527                 
528                                 
529                 return 0;
530         }
531         catch(exception& e) {
532                 m->errorOut(e, "ChimeraCcodeCommand", "driverMPI");
533                 exit(1);
534         }
535 }
536 #endif
537
538 /**************************************************************************************************/
539
540 int ChimeraCcodeCommand::createProcesses(string outputFileName, string filename, string accnos) {
541         try {
542 #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
543                 int process = 0;
544                 //              processIDS.resize(0);
545                 
546                 //loop through and create all the processes you want
547                 while (process != processors) {
548                         int pid = fork();
549                         
550                         if (pid > 0) {
551                                 processIDS.push_back(pid);  //create map from line number to pid so you can append files in correct order later
552                                 process++;
553                         }else if (pid == 0){
554                                 driver(lines[process], outputFileName + toString(getpid()) + ".temp", filename, accnos + toString(getpid()) + ".temp");
555                                 exit(0);
556                         }else { m->mothurOut("unable to spawn the necessary processes."); m->mothurOutEndLine(); exit(0); }
557                 }
558                 
559                 //force parent to wait until all the processes are done
560                 for (int i=0;i<processors;i++) { 
561                         int temp = processIDS[i];
562                         wait(&temp);
563                 }
564                 
565                 return 0;
566 #endif          
567         }
568         catch(exception& e) {
569                 m->errorOut(e, "ChimeraCcodeCommand", "createProcesses");
570                 exit(1);
571         }
572 }
573 //**********************************************************************************************************************
574