]> git.donarmstrong.com Git - mothur.git/blob - chimeraslayercommand.cpp
added citation function to commands
[mothur.git] / chimeraslayercommand.cpp
1 /*
2  *  chimeraslayercommand.cpp
3  *  Mothur
4  *
5  *  Created by westcott on 3/31/10.
6  *  Copyright 2010 Schloss Lab. All rights reserved.
7  *
8  */
9
10 #include "chimeraslayercommand.h"
11 #include "chimeraslayer.h"
12 #include "deconvolutecommand.h"
13
14 //**********************************************************************************************************************
15 vector<string> ChimeraSlayerCommand::setParameters(){   
16         try {
17                 CommandParameter ptemplate("reference", "InputTypes", "", "", "none", "none", "none",false,true); parameters.push_back(ptemplate);
18                 CommandParameter pfasta("fasta", "InputTypes", "", "", "none", "none", "none",false,true); parameters.push_back(pfasta);
19                 CommandParameter pname("name", "InputTypes", "", "", "none", "none", "none",false,false); parameters.push_back(pname);
20                 CommandParameter pwindow("window", "Number", "", "50", "", "", "",false,false); parameters.push_back(pwindow);
21                 CommandParameter pksize("ksize", "Number", "", "7", "", "", "",false,false); parameters.push_back(pksize);
22                 CommandParameter pmatch("match", "Number", "", "5.0", "", "", "",false,false); parameters.push_back(pmatch);
23                 CommandParameter pmismatch("mismatch", "Number", "", "-4.0", "", "", "",false,false); parameters.push_back(pmismatch);
24                 CommandParameter pminsim("minsim", "Number", "", "90", "", "", "",false,false); parameters.push_back(pminsim);
25                 CommandParameter pmincov("mincov", "Number", "", "70", "", "", "",false,false); parameters.push_back(pmincov);
26                 CommandParameter pminsnp("minsnp", "Number", "", "10", "", "", "",false,false); parameters.push_back(pminsnp);
27                 CommandParameter pminbs("minbs", "Number", "", "90", "", "", "",false,false); parameters.push_back(pminbs);
28                 CommandParameter psearch("search", "Multiple", "kmer-blast", "blast", "", "", "",false,false); parameters.push_back(psearch);
29                 CommandParameter pprocessors("processors", "Number", "", "1", "", "", "",false,false); parameters.push_back(pprocessors);
30                 CommandParameter prealign("realign", "Boolean", "", "T", "", "", "",false,false); parameters.push_back(prealign);
31                 CommandParameter ptrim("trim", "Boolean", "", "F", "", "", "",false,false); parameters.push_back(ptrim);
32                 CommandParameter psplit("split", "Boolean", "", "F", "", "", "",false,false); parameters.push_back(psplit);
33                 CommandParameter pnumwanted("numwanted", "Number", "", "15", "", "", "",false,false); parameters.push_back(pnumwanted);
34                 CommandParameter piters("iters", "Number", "", "1000", "", "", "",false,false); parameters.push_back(piters);
35                 CommandParameter pdivergence("divergence", "Number", "", "1.007", "", "", "",false,false); parameters.push_back(pdivergence);
36                 CommandParameter pparents("parents", "Number", "", "3", "", "", "",false,false); parameters.push_back(pparents);
37                 CommandParameter pincrement("increment", "Number", "", "5", "", "", "",false,false); parameters.push_back(pincrement);
38                 CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir);
39                 CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir);
40                 
41                 vector<string> myArray;
42                 for (int i = 0; i < parameters.size(); i++) {   myArray.push_back(parameters[i].name);          }
43                 return myArray;
44         }
45         catch(exception& e) {
46                 m->errorOut(e, "ChimeraSlayerCommand", "setParameters");
47                 exit(1);
48         }
49 }
50 //**********************************************************************************************************************
51 string ChimeraSlayerCommand::getHelpString(){   
52         try {
53                 string helpString = "";
54                 helpString += "The chimera.slayer command reads a fastafile and referencefile and outputs potentially chimeric sequences.\n";
55                 helpString += "This command was modeled after the chimeraSlayer written by the Broad Institute.\n";
56                 helpString += "The chimera.slayer command parameters are fasta, name, template, processors, trim, ksize, window, match, mismatch, divergence. minsim, mincov, minbs, minsnp, parents, search, iters, increment, numwanted, and realign.\n";
57                 helpString += "The fasta parameter allows you to enter the fasta file containing your potentially chimeric sequences, and is required, unless you have a valid current fasta file. \n";
58                 helpString += "The name parameter allows you to provide a name file, if you are using template=self. \n";
59                 helpString += "You may enter multiple fasta files by separating their names with dashes. ie. fasta=abrecovery.fasta-amazon.fasta \n";
60                 helpString += "The reference parameter allows you to enter a reference file containing known non-chimeric sequences, and is required. You may also set template=self, in this case the abundant sequences will be used as potential parents. \n";
61                 helpString += "The processors parameter allows you to specify how many processors you would like to use.  The default is 1. \n";
62 #ifdef USE_MPI
63                 helpString += "When using MPI, the processors parameter is set to the number of MPI processes running. \n";
64 #endif
65                 helpString += "The trim parameter allows you to output a new fasta file containing your sequences with the chimeric ones trimmed to include only their longest piece, default=F. \n";
66                 helpString += "The split parameter allows you to check both pieces of non-chimeric sequence for chimeras, thus looking for trimeras and quadmeras. default=F. \n";
67                 helpString += "The window parameter allows you to specify the window size for searching for chimeras, default=50. \n";
68                 helpString += "The increment parameter allows you to specify how far you move each window while finding chimeric sequences, default=5.\n";
69                 helpString += "The numwanted parameter allows you to specify how many sequences you would each query sequence compared with, default=15.\n";
70                 helpString += "The ksize parameter allows you to input kmersize, default is 7, used if search is kmer. \n";
71                 helpString += "The match parameter allows you to reward matched bases in blast search, default is 5. \n";
72                 helpString += "The parents parameter allows you to select the number of potential parents to investigate from the numwanted best matches after rating them, default is 3. \n";
73                 helpString += "The mismatch parameter allows you to penalize mismatched bases in blast search, default is -4. \n";
74                 helpString += "The divergence parameter allows you to set a cutoff for chimera determination, default is 1.007. \n";
75                 helpString += "The iters parameter allows you to specify the number of bootstrap iters to do with the chimeraslayer method, default=1000.\n";
76                 helpString += "The minsim parameter allows you to specify a minimum similarity with the parent fragments, default=90. \n";
77                 helpString += "The mincov parameter allows you to specify minimum coverage by closest matches found in template. Default is 70, meaning 70%. \n";
78                 helpString += "The minbs parameter allows you to specify minimum bootstrap support for calling a sequence chimeric. Default is 90, meaning 90%. \n";
79                 helpString += "The minsnp parameter allows you to specify percent of SNPs to sample on each side of breakpoint for computing bootstrap support (default: 10) \n";
80                 helpString += "The search parameter allows you to specify search method for finding the closest parent. Choices are blast, and kmer, default blast. \n";
81                 helpString += "The realign parameter allows you to realign the query to the potential parents. Choices are true or false, default true.  \n";
82                 helpString += "The chimera.slayer command should be in the following format: \n";
83                 helpString += "chimera.slayer(fasta=yourFastaFile, reference=yourTemplate, search=yourSearch) \n";
84                 helpString += "Example: chimera.slayer(fasta=AD.align, reference=core_set_aligned.imputed.fasta, search=kmer) \n";
85                 helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n";       
86                 return helpString;
87         }
88         catch(exception& e) {
89                 m->errorOut(e, "ChimeraSlayerCommand", "getHelpString");
90                 exit(1);
91         }
92 }
93 //**********************************************************************************************************************
94 ChimeraSlayerCommand::ChimeraSlayerCommand(){   
95         try {
96                 abort = true; calledHelp = true;
97                 setParameters();
98                 vector<string> tempOutNames;
99                 outputTypes["chimera"] = tempOutNames;
100                 outputTypes["accnos"] = tempOutNames;
101                 outputTypes["fasta"] = tempOutNames;
102         }
103         catch(exception& e) {
104                 m->errorOut(e, "ChimeraSlayerCommand", "ChimeraSlayerCommand");
105                 exit(1);
106         }
107 }
108 //***************************************************************************************************************
109 ChimeraSlayerCommand::ChimeraSlayerCommand(string option)  {
110         try {
111                 abort = false; calledHelp = false;   
112                 
113                 //allow user to run help
114                 if(option == "help") { help(); abort = true; calledHelp = true; }
115                 else if(option == "citation") { citation(); abort = true; calledHelp = true;}
116                 
117                 else {
118                         vector<string> myArray = setParameters();
119                         
120                         OptionParser parser(option);
121                         map<string,string> parameters = parser.getParameters();
122                         
123                         ValidParameters validParameter("chimera.slayer");
124                         map<string,string>::iterator it;
125                         
126                         //check to make sure all parameters are valid for command
127                         for (it = parameters.begin(); it != parameters.end(); it++) { 
128                                 if (validParameter.isValidParameter(it->first, myArray, it->second) != true) {  abort = true;  }
129                         }
130                         
131                         vector<string> tempOutNames;
132                         outputTypes["chimera"] = tempOutNames;
133                         outputTypes["accnos"] = tempOutNames;
134                         outputTypes["fasta"] = tempOutNames;
135                 
136                         //if the user changes the input directory command factory will send this info to us in the output parameter 
137                         string inputDir = validParameter.validFile(parameters, "inputdir", false);              
138                         if (inputDir == "not found"){   inputDir = "";          }
139                                                 
140                         //check for required parameters
141                         fastafile = validParameter.validFile(parameters, "fasta", false);
142                         if (fastafile == "not found") {                                 
143                                 //if there is a current fasta file, use it
144                                 string filename = m->getFastaFile(); 
145                                 if (filename != "") { fastaFileNames.push_back(filename); m->mothurOut("Using " + filename + " as input file for the fasta parameter."); m->mothurOutEndLine(); }
146                                 else {  m->mothurOut("You have no current fastafile and the fasta parameter is required."); m->mothurOutEndLine(); abort = true; }
147                         }else { 
148                                 m->splitAtDash(fastafile, fastaFileNames);
149                                 
150                                 //go through files and make sure they are good, if not, then disregard them
151                                 for (int i = 0; i < fastaFileNames.size(); i++) {
152                                         
153                                         bool ignore = false;
154                                         if (fastaFileNames[i] == "current") { 
155                                                 fastaFileNames[i] = m->getFastaFile(); 
156                                                 if (fastaFileNames[i] != "") {  m->mothurOut("Using " + fastaFileNames[i] + " as input file for the fasta parameter where you had given current."); m->mothurOutEndLine(); }
157                                                 else {  
158                                                         m->mothurOut("You have no current fastafile, ignoring current."); m->mothurOutEndLine(); ignore=true; 
159                                                         //erase from file list
160                                                         fastaFileNames.erase(fastaFileNames.begin()+i);
161                                                         i--;
162                                                 }
163                                         }
164                                         
165                                         if (!ignore) {
166                                                 
167                                                 if (inputDir != "") {
168                                                         string path = m->hasPath(fastaFileNames[i]);
169                                                         //if the user has not given a path then, add inputdir. else leave path alone.
170                                                         if (path == "") {       fastaFileNames[i] = inputDir + fastaFileNames[i];               }
171                                                 }
172                 
173                                                 int ableToOpen;
174                                                 ifstream in;
175                                                 
176                                                 ableToOpen = m->openInputFile(fastaFileNames[i], in, "noerror");
177                                         
178                                                 //if you can't open it, try default location
179                                                 if (ableToOpen == 1) {
180                                                         if (m->getDefaultPath() != "") { //default path is set
181                                                                 string tryPath = m->getDefaultPath() + m->getSimpleName(fastaFileNames[i]);
182                                                                 m->mothurOut("Unable to open " + fastaFileNames[i] + ". Trying default " + tryPath); m->mothurOutEndLine();
183                                                                 ifstream in2;
184                                                                 ableToOpen = m->openInputFile(tryPath, in2, "noerror");
185                                                                 in2.close();
186                                                                 fastaFileNames[i] = tryPath;
187                                                         }
188                                                 }
189                                                 
190                                                 if (ableToOpen == 1) {
191                                                         if (m->getOutputDir() != "") { //default path is set
192                                                                 string tryPath = m->getOutputDir() + m->getSimpleName(fastaFileNames[i]);
193                                                                 m->mothurOut("Unable to open " + fastaFileNames[i] + ". Trying output directory " + tryPath); m->mothurOutEndLine();
194                                                                 ifstream in2;
195                                                                 ableToOpen = m->openInputFile(tryPath, in2, "noerror");
196                                                                 in2.close();
197                                                                 fastaFileNames[i] = tryPath;
198                                                         }
199                                                 }
200                                                 
201                                                 in.close();
202                                                 
203                                                 if (ableToOpen == 1) { 
204                                                         m->mothurOut("Unable to open " + fastaFileNames[i] + ". It will be disregarded."); m->mothurOutEndLine(); 
205                                                         //erase from file list
206                                                         fastaFileNames.erase(fastaFileNames.begin()+i);
207                                                         i--;
208                                                 }
209                                         }
210                                 }
211                                 
212                                 //make sure there is at least one valid file left
213                                 if (fastaFileNames.size() == 0) { m->mothurOut("[ERROR]: no valid files."); m->mothurOutEndLine(); abort = true; }
214                         }
215                         
216                         
217                         //check for required parameters
218                         bool hasName = true;
219                         namefile = validParameter.validFile(parameters, "name", false);
220                         if (namefile == "not found") { namefile = "";  hasName = false; }
221                         else { 
222                                 m->splitAtDash(namefile, nameFileNames);
223                                 
224                                 //go through files and make sure they are good, if not, then disregard them
225                                 for (int i = 0; i < nameFileNames.size(); i++) {
226                                         
227                                         bool ignore = false;
228                                         if (nameFileNames[i] == "current") { 
229                                                 nameFileNames[i] = m->getNameFile(); 
230                                                 if (nameFileNames[i] != "") {  m->mothurOut("Using " + nameFileNames[i] + " as input file for the name parameter where you had given current."); m->mothurOutEndLine(); }
231                                                 else {  
232                                                         m->mothurOut("You have no current namefile, ignoring current."); m->mothurOutEndLine(); ignore=true; 
233                                                         //erase from file list
234                                                         nameFileNames.erase(nameFileNames.begin()+i);
235                                                         i--;
236                                                 }
237                                         }
238                                         
239                                         if (!ignore) {
240                                                 
241                                                 if (inputDir != "") {
242                                                         string path = m->hasPath(nameFileNames[i]);
243                                                         //if the user has not given a path then, add inputdir. else leave path alone.
244                                                         if (path == "") {       nameFileNames[i] = inputDir + nameFileNames[i];         }
245                                                 }
246                                                 
247                                                 int ableToOpen;
248                                                 ifstream in;
249                                                 
250                                                 ableToOpen = m->openInputFile(nameFileNames[i], in, "noerror");
251                                                 
252                                                 //if you can't open it, try default location
253                                                 if (ableToOpen == 1) {
254                                                         if (m->getDefaultPath() != "") { //default path is set
255                                                                 string tryPath = m->getDefaultPath() + m->getSimpleName(nameFileNames[i]);
256                                                                 m->mothurOut("Unable to open " + nameFileNames[i] + ". Trying default " + tryPath); m->mothurOutEndLine();
257                                                                 ifstream in2;
258                                                                 ableToOpen = m->openInputFile(tryPath, in2, "noerror");
259                                                                 in2.close();
260                                                                 nameFileNames[i] = tryPath;
261                                                         }
262                                                 }
263                                                 
264                                                 if (ableToOpen == 1) {
265                                                         if (m->getOutputDir() != "") { //default path is set
266                                                                 string tryPath = m->getOutputDir() + m->getSimpleName(nameFileNames[i]);
267                                                                 m->mothurOut("Unable to open " + nameFileNames[i] + ". Trying output directory " + tryPath); m->mothurOutEndLine();
268                                                                 ifstream in2;
269                                                                 ableToOpen = m->openInputFile(tryPath, in2, "noerror");
270                                                                 in2.close();
271                                                                 nameFileNames[i] = tryPath;
272                                                         }
273                                                 }
274                                                 
275                                                 in.close();
276                                                 
277                                                 if (ableToOpen == 1) { 
278                                                         m->mothurOut("Unable to open " + nameFileNames[i] + ". It will be disregarded."); m->mothurOutEndLine(); 
279                                                         //erase from file list
280                                                         nameFileNames.erase(nameFileNames.begin()+i);
281                                                         i--;
282                                                 }
283                                         }
284                                 }
285                                 
286                                 //make sure there is at least one valid file left
287                                 if (nameFileNames.size() == 0) { m->mothurOut("[ERROR]: no valid name files."); m->mothurOutEndLine(); abort = true; }
288                         }
289                         
290                         if (hasName && (nameFileNames.size() != fastaFileNames.size())) { m->mothurOut("[ERROR]: The number of namefiles does not match the number of fastafiles, please correct."); m->mothurOutEndLine(); abort=true; }
291                         
292                         //if the user changes the output directory command factory will send this info to us in the output parameter 
293                         outputDir = validParameter.validFile(parameters, "outputdir", false);           if (outputDir == "not found"){  outputDir = ""; }
294                         
295                         
296                         string path;
297                         it = parameters.find("reference");
298                         //user has given a template file
299                         if(it != parameters.end()){ 
300                                 if (it->second == "self") { templatefile = "self"; }
301                                 else {
302                                         path = m->hasPath(it->second);
303                                         //if the user has not given a path then, add inputdir. else leave path alone.
304                                         if (path == "") {       parameters["reference"] = inputDir + it->second;                }
305                                         
306                                         templatefile = validParameter.validFile(parameters, "reference", true);
307                                         if (templatefile == "not open") { abort = true; }
308                                         else if (templatefile == "not found") { templatefile = "";  m->mothurOut("reference is a required parameter for the chimera.slayer command."); m->mothurOutEndLine(); abort = true;  }  
309                                 }
310                         }
311                         
312                         string temp = validParameter.validFile(parameters, "processors", false);        if (temp == "not found"){       temp = m->getProcessors();      }
313                         m->setProcessors(temp);
314                         convert(temp, processors);
315                         
316                         temp = validParameter.validFile(parameters, "ksize", false);                    if (temp == "not found") { temp = "7"; }
317                         convert(temp, ksize);
318                                                 
319                         temp = validParameter.validFile(parameters, "window", false);                   if (temp == "not found") { temp = "50"; }                       
320                         convert(temp, window);
321                         
322                         temp = validParameter.validFile(parameters, "match", false);                    if (temp == "not found") { temp = "5"; }
323                         convert(temp, match);
324                         
325                         temp = validParameter.validFile(parameters, "mismatch", false);                 if (temp == "not found") { temp = "-4"; }
326                         convert(temp, mismatch);
327                         
328                         temp = validParameter.validFile(parameters, "divergence", false);               if (temp == "not found") { temp = "1.007"; }
329                         convert(temp, divR);
330                         
331                         temp = validParameter.validFile(parameters, "minsim", false);                   if (temp == "not found") { temp = "90"; }
332                         convert(temp, minSimilarity);
333                         
334                         temp = validParameter.validFile(parameters, "mincov", false);                   if (temp == "not found") { temp = "70"; }
335                         convert(temp, minCoverage);
336                         
337                         temp = validParameter.validFile(parameters, "minbs", false);                    if (temp == "not found") { temp = "90"; }
338                         convert(temp, minBS);
339                         
340                         temp = validParameter.validFile(parameters, "minsnp", false);                   if (temp == "not found") { temp = "10"; }
341                         convert(temp, minSNP);
342
343                         temp = validParameter.validFile(parameters, "parents", false);                  if (temp == "not found") { temp = "3"; }
344                         convert(temp, parents); 
345                         
346                         temp = validParameter.validFile(parameters, "realign", false);                  if (temp == "not found") { temp = "t"; }
347                         realign = m->isTrue(temp); 
348                         
349                         temp = validParameter.validFile(parameters, "trim", false);                             if (temp == "not found") { temp = "f"; }
350                         trim = m->isTrue(temp); 
351                         
352                         temp = validParameter.validFile(parameters, "split", false);                    if (temp == "not found") { temp = "f"; }
353                         trimera = m->isTrue(temp); 
354                         
355                         search = validParameter.validFile(parameters, "search", false);                 if (search == "not found") { search = "blast"; }
356                         
357                         temp = validParameter.validFile(parameters, "iters", false);                    if (temp == "not found") { temp = "1000"; }             
358                         convert(temp, iters); 
359                          
360                         temp = validParameter.validFile(parameters, "increment", false);                if (temp == "not found") { temp = "5"; }
361                         convert(temp, increment);
362                         
363                         temp = validParameter.validFile(parameters, "numwanted", false);                if (temp == "not found") { temp = "15"; }               
364                         convert(temp, numwanted);
365
366                         if ((search != "blast") && (search != "kmer")) { m->mothurOut(search + " is not a valid search."); m->mothurOutEndLine(); abort = true;  }
367                 }
368         }
369         catch(exception& e) {
370                 m->errorOut(e, "ChimeraSlayerCommand", "ChimeraSlayerCommand");
371                 exit(1);
372         }
373 }
374 //***************************************************************************************************************
375
376 int ChimeraSlayerCommand::execute(){
377         try{
378                 if (abort == true) { if (calledHelp) { return 0; }  return 2;   }
379                 
380                 for (int s = 0; s < fastaFileNames.size(); s++) {
381                                 
382                         m->mothurOut("Checking sequences from " + fastaFileNames[s] + " ..." ); m->mothurOutEndLine();
383                 
384                         int start = time(NULL); 
385                         
386                         if (templatefile != "self") { //you want to run slayer with a refernce template
387                                 chimera = new ChimeraSlayer(fastaFileNames[s], templatefile, trim, search, ksize, match, mismatch, window, divR, minSimilarity, minCoverage, minBS, minSNP, parents, iters, increment, numwanted, realign);     
388                         }else {
389                                 if (processors != 1) { m->mothurOut("When using template=self, mothur can only use 1 processor, continuing."); m->mothurOutEndLine(); processors = 1; }
390                                 string nameFile = "";
391                                 if (nameFileNames.size() != 0) { //you provided a namefile and we don't need to create one
392                                         nameFile = nameFileNames[s];
393                                 }else {
394                                         m->mothurOutEndLine(); m->mothurOut("No namesfile given, running unique.seqs command to generate one."); m->mothurOutEndLine(); m->mothurOutEndLine();
395                                         
396                                         //use unique.seqs to create new name and fastafile
397                                         string inputString = "fasta=" + fastaFileNames[s];
398                                         m->mothurOut("/******************************************/"); m->mothurOutEndLine(); 
399                                         m->mothurOut("Running command: unique.seqs(" + inputString + ")"); m->mothurOutEndLine(); 
400                                                                  
401                                         Command* uniqueCommand = new DeconvoluteCommand(inputString);
402                                         uniqueCommand->execute();
403                                         
404                                         map<string, vector<string> > filenames = uniqueCommand->getOutputFiles();
405                                         
406                                         delete uniqueCommand;
407                                         
408                                         m->mothurOut("/******************************************/"); m->mothurOutEndLine(); 
409                                         
410                                         nameFile = filenames["name"][0];
411                                         fastaFileNames[s] = filenames["fasta"][0];
412                                 }
413                                 
414                                 //sort fastafile by abundance, returns new sorted fastafile name
415                                 m->mothurOut("Sorting fastafile according to abundance..."); cout.flush(); 
416                                 map<string, int> priority = sortFastaFile(fastaFileNames[s], nameFile);
417                                 m->mothurOut("Done."); m->mothurOutEndLine();
418                                 
419                                 if (m->control_pressed) {  for (int j = 0; j < outputNames.size(); j++) {       remove(outputNames[j].c_str()); }  return 0;    }
420
421                                 chimera = new ChimeraSlayer(fastaFileNames[s], templatefile, trim, priority, search, ksize, match, mismatch, window, divR, minSimilarity, minCoverage, minBS, minSNP, parents, iters, increment, numwanted, realign);   
422                         }
423                                 
424                         if (outputDir == "") { outputDir = m->hasPath(fastaFileNames[s]);  }//if user entered a file with a path then preserve it                               
425                         string outputFileName = outputDir + m->getRootName(m->getSimpleName(fastaFileNames[s])) + "slayer.chimera";
426                         string accnosFileName = outputDir + m->getRootName(m->getSimpleName(fastaFileNames[s]))  + "slayer.accnos";
427                         string trimFastaFileName = outputDir + m->getRootName(m->getSimpleName(fastaFileNames[s]))  + "slayer.fasta";
428                         
429                         if (m->control_pressed) { delete chimera; for (int j = 0; j < outputNames.size(); j++) {        remove(outputNames[j].c_str()); }  return 0;    }
430                         
431                         if (chimera->getUnaligned()) { 
432                                 m->mothurOut("Your template sequences are different lengths, please correct."); m->mothurOutEndLine(); 
433                                 delete chimera;
434                                 return 0; 
435                         }
436                         templateSeqsLength = chimera->getLength();
437                         
438                 #ifdef USE_MPI  
439                         int pid, numSeqsPerProcessor; 
440                                 int tag = 2001;
441                                 vector<unsigned long int> MPIPos;
442                                 
443                                 MPI_Status status; 
444                                 MPI_Comm_rank(MPI_COMM_WORLD, &pid); //find out who we are
445                                 MPI_Comm_size(MPI_COMM_WORLD, &processors); 
446
447                                 MPI_File inMPI;
448                                 MPI_File outMPI;
449                                 MPI_File outMPIAccnos;
450                                 MPI_File outMPIFasta;
451                                 
452                                 int outMode=MPI_MODE_CREATE|MPI_MODE_WRONLY; 
453                                 int inMode=MPI_MODE_RDONLY; 
454                                 
455                                 char outFilename[1024];
456                                 strcpy(outFilename, outputFileName.c_str());
457                                 
458                                 char outAccnosFilename[1024];
459                                 strcpy(outAccnosFilename, accnosFileName.c_str());
460                         
461                                 char outFastaFilename[1024];
462                                 strcpy(outFastaFilename, trimFastaFileName.c_str());
463                                 
464                                 char inFileName[1024];
465                                 strcpy(inFileName, fastaFileNames[s].c_str());
466
467                                 MPI_File_open(MPI_COMM_WORLD, inFileName, inMode, MPI_INFO_NULL, &inMPI);  //comm, filename, mode, info, filepointer
468                                 MPI_File_open(MPI_COMM_WORLD, outFilename, outMode, MPI_INFO_NULL, &outMPI);
469                                 MPI_File_open(MPI_COMM_WORLD, outAccnosFilename, outMode, MPI_INFO_NULL, &outMPIAccnos);
470                                 if (trim) { MPI_File_open(MPI_COMM_WORLD, outFastaFilename, outMode, MPI_INFO_NULL, &outMPIFasta); }
471
472                         if (m->control_pressed) { outputTypes.clear();  MPI_File_close(&inMPI);  MPI_File_close(&outMPI); if (trim) {  MPI_File_close(&outMPIFasta);  } MPI_File_close(&outMPIAccnos); for (int j = 0; j < outputNames.size(); j++) {   remove(outputNames[j].c_str()); }   delete chimera; return 0;  }
473                         
474                                 if (pid == 0) { //you are the root process 
475                                         m->mothurOutEndLine();
476                                         m->mothurOut("Only reporting sequence supported by " + toString(minBS) + "% of bootstrapped results.");
477                                         m->mothurOutEndLine();
478                 
479                                         string outTemp = "Name\tLeftParent\tRightParent\tDivQLAQRB\tPerIDQLAQRB\tBootStrapA\tDivQLBQRA\tPerIDQLBQRA\tBootStrapB\tFlag\tLeftWindow\tRightWindow\n";
480                                         
481                                         //print header
482                                         int length = outTemp.length();
483                                         char* buf2 = new char[length];
484                                         memcpy(buf2, outTemp.c_str(), length);
485
486                                         MPI_File_write_shared(outMPI, buf2, length, MPI_CHAR, &status);
487                                         delete buf2;
488
489                                         MPIPos = m->setFilePosFasta(fastaFileNames[s], numSeqs); //fills MPIPos, returns numSeqs
490                                         
491                                         if (templatefile != "self") { //if template=self we can only use 1 processor
492                                                 //send file positions to all processes
493                                                 for(int i = 1; i < processors; i++) { 
494                                                         MPI_Send(&numSeqs, 1, MPI_INT, i, tag, MPI_COMM_WORLD);
495                                                         MPI_Send(&MPIPos[0], (numSeqs+1), MPI_LONG, i, tag, MPI_COMM_WORLD);
496                                                 }
497                                         }
498                                         //figure out how many sequences you have to align
499                                         numSeqsPerProcessor = numSeqs / processors;
500                                         int startIndex =  pid * numSeqsPerProcessor;
501                                         if(pid == (processors - 1)){    numSeqsPerProcessor = numSeqs - pid * numSeqsPerProcessor;      }
502                                         
503                                         if (templatefile == "self") { //if template=self we can only use 1 processor
504                                                 startIndex = 0;
505                                                 numSeqsPerProcessor = numSeqs;
506                                         }
507                                         
508                                         //do your part
509                                         driverMPI(startIndex, numSeqsPerProcessor, inMPI, outMPI, outMPIAccnos, outMPIFasta, MPIPos);
510                                         
511                                         if (m->control_pressed) { outputTypes.clear();  MPI_File_close(&inMPI);  MPI_File_close(&outMPI); if (trim) { MPI_File_close(&outMPIFasta); }  MPI_File_close(&outMPIAccnos);  for (int j = 0; j < outputNames.size(); j++) {   remove(outputNames[j].c_str()); }  remove(outputFileName.c_str());  remove(accnosFileName.c_str());  delete chimera; return 0;  }
512
513                                 }else{ //you are a child process
514                                         if (templatefile != "self") { //if template=self we can only use 1 processor
515                                                 MPI_Recv(&numSeqs, 1, MPI_INT, 0, tag, MPI_COMM_WORLD, &status);
516                                                 MPIPos.resize(numSeqs+1);
517                                                 MPI_Recv(&MPIPos[0], (numSeqs+1), MPI_LONG, 0, tag, MPI_COMM_WORLD, &status);
518                                         
519                                                 //figure out how many sequences you have to align
520                                                 numSeqsPerProcessor = numSeqs / processors;
521                                                 int startIndex =  pid * numSeqsPerProcessor;
522                                                 if(pid == (processors - 1)){    numSeqsPerProcessor = numSeqs - pid * numSeqsPerProcessor;      }
523                                         
524                                                 //do your part
525                                                 driverMPI(startIndex, numSeqsPerProcessor, inMPI, outMPI, outMPIAccnos, outMPIFasta, MPIPos);
526                                         
527                                                 if (m->control_pressed) { outputTypes.clear();  MPI_File_close(&inMPI);  MPI_File_close(&outMPI); if (trim) { MPI_File_close(&outMPIFasta); }  MPI_File_close(&outMPIAccnos);  for (int j = 0; j < outputNames.size(); j++) {   remove(outputNames[j].c_str()); }  delete chimera; return 0;  }
528                                 
529                                         }
530                                 }
531                                 
532                                 //close files 
533                                 MPI_File_close(&inMPI);
534                                 MPI_File_close(&outMPI);
535                                 MPI_File_close(&outMPIAccnos); 
536                                 if (trim) { MPI_File_close(&outMPIFasta); }
537                                 MPI_Barrier(MPI_COMM_WORLD); //make everyone wait - just in case
538                                 
539                 #else
540                         ofstream outHeader;
541                         string tempHeader = outputDir + m->getRootName(m->getSimpleName(fastaFileNames[s])) + "slayer.chimeras.tempHeader";
542                         m->openOutputFile(tempHeader, outHeader);
543                         
544                         chimera->printHeader(outHeader);
545                         outHeader.close();
546                         
547                         vector<unsigned long int> positions = m->divideFile(fastaFileNames[s], processors);
548                                 
549                         for (int i = 0; i < (positions.size()-1); i++) {
550                                 lines.push_back(new linePair(positions[i], positions[(i+1)]));
551                         }       
552
553                         //break up file
554                         #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
555                                 if(processors == 1){
556                                         numSeqs = driver(lines[0], outputFileName, fastaFileNames[s], accnosFileName, trimFastaFileName);
557                                         
558                                         if (m->control_pressed) { outputTypes.clear(); if (trim) { remove(trimFastaFileName.c_str()); } remove(outputFileName.c_str()); remove(tempHeader.c_str()); remove(accnosFileName.c_str()); for (int j = 0; j < outputNames.size(); j++) {      remove(outputNames[j].c_str()); } for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear(); delete chimera; return 0; }
559                                         
560                                 }else{
561                                         processIDS.resize(0);
562                                         
563                                         numSeqs = createProcesses(outputFileName, fastaFileNames[s], accnosFileName, trimFastaFileName); 
564                                 
565                                         rename((outputFileName + toString(processIDS[0]) + ".temp").c_str(), outputFileName.c_str());
566                                         rename((accnosFileName + toString(processIDS[0]) + ".temp").c_str(), accnosFileName.c_str());
567                                         if (trim) {  rename((trimFastaFileName + toString(processIDS[0]) + ".temp").c_str(), trimFastaFileName.c_str()); }
568                                                 
569                                         //append output files
570                                         for(int i=1;i<processors;i++){
571                                                 m->appendFiles((outputFileName + toString(processIDS[i]) + ".temp"), outputFileName);
572                                                 remove((outputFileName + toString(processIDS[i]) + ".temp").c_str());
573                                         }
574                                         
575                                         //append output files
576                                         for(int i=1;i<processors;i++){
577                                                 m->appendFiles((accnosFileName + toString(processIDS[i]) + ".temp"), accnosFileName);
578                                                 remove((accnosFileName + toString(processIDS[i]) + ".temp").c_str());
579                                         }
580                                         
581                                         if (trim) {
582                                                 for(int i=1;i<processors;i++){
583                                                         m->appendFiles((trimFastaFileName + toString(processIDS[i]) + ".temp"), trimFastaFileName);
584                                                         remove((trimFastaFileName + toString(processIDS[i]) + ".temp").c_str());
585                                                 }
586                                         }
587                                         
588                                         if (m->control_pressed) { outputTypes.clear(); if (trim) { remove(trimFastaFileName.c_str()); } remove(outputFileName.c_str()); remove(accnosFileName.c_str()); for (int j = 0; j < outputNames.size(); j++) {  remove(outputNames[j].c_str()); } for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear(); delete chimera; return 0; }
589                                 }
590
591                         #else
592                                 numSeqs = driver(lines[0], outputFileName, fastaFileNames[s], accnosFileName, trimFastaFileName);
593                                 
594                                 if (m->control_pressed) { outputTypes.clear(); if (trim) { remove(trimFastaFileName.c_str()); } remove(outputFileName.c_str()); remove(tempHeader.c_str()); remove(accnosFileName.c_str()); for (int j = 0; j < outputNames.size(); j++) {      remove(outputNames[j].c_str()); } for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear(); delete chimera; return 0; }
595                                 
596                         #endif
597                         
598                         m->appendFiles(outputFileName, tempHeader);
599                 
600                         remove(outputFileName.c_str());
601                         rename(tempHeader.c_str(), outputFileName.c_str());
602                         
603                 #endif
604                         delete chimera;
605                         
606                         
607                         for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear();
608                         
609                         outputNames.push_back(outputFileName); outputTypes["chimera"].push_back(outputFileName);
610                         outputNames.push_back(accnosFileName); outputTypes["accnos"].push_back(accnosFileName);
611                         if (trim) {  outputNames.push_back(trimFastaFileName); outputTypes["fasta"].push_back(trimFastaFileName); }
612                         
613                         m->mothurOutEndLine(); m->mothurOut("It took " + toString(time(NULL) - start) + " secs to check " + toString(numSeqs) + " sequences."); m->mothurOutEndLine();
614                 }
615                 
616                 //set accnos file as new current accnosfile
617                 string current = "";
618                 itTypes = outputTypes.find("accnos");
619                 if (itTypes != outputTypes.end()) {
620                         if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setAccnosFile(current); }
621                 }
622                 
623                 if (trim) {
624                         itTypes = outputTypes.find("fasta");
625                         if (itTypes != outputTypes.end()) {
626                                 if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setFastaFile(current); }
627                         }
628                 }
629                 
630                 m->mothurOutEndLine();
631                 m->mothurOut("Output File Names: "); m->mothurOutEndLine();
632                 for (int i = 0; i < outputNames.size(); i++) {  m->mothurOut(outputNames[i]); m->mothurOutEndLine();    }       
633                 m->mothurOutEndLine();
634
635                 return 0;
636                 
637         }
638         catch(exception& e) {
639                 m->errorOut(e, "ChimeraSlayerCommand", "execute");
640                 exit(1);
641         }
642 }
643 //**********************************************************************************************************************
644
645 int ChimeraSlayerCommand::driver(linePair* filePos, string outputFName, string filename, string accnos, string fasta){
646         try {
647                 ofstream out;
648                 m->openOutputFile(outputFName, out);
649                 
650                 ofstream out2;
651                 m->openOutputFile(accnos, out2);
652                 
653                 ofstream out3;
654                 if (trim) {  m->openOutputFile(fasta, out3); }
655                 
656                 ifstream inFASTA;
657                 m->openInputFile(filename, inFASTA);
658
659                 inFASTA.seekg(filePos->start);
660
661                 bool done = false;
662                 int count = 0;
663         
664                 while (!done) {
665                 
666                         if (m->control_pressed) {       out.close(); out2.close(); if (trim) { out3.close(); } inFASTA.close(); return 1;       }
667                 
668                         Sequence* candidateSeq = new Sequence(inFASTA);  m->gobble(inFASTA);
669                         string candidateAligned = candidateSeq->getAligned();
670                         
671                         if (candidateSeq->getName() != "") { //incase there is a commented sequence at the end of a file
672                                 
673                                 if (candidateSeq->getAligned().length() != templateSeqsLength) {  
674                                         m->mothurOut(candidateSeq->getName() + " is not the same length as the template sequences. Skipping."); m->mothurOutEndLine();
675                                 }else{
676                                         //find chimeras
677                                         chimera->getChimeras(candidateSeq);
678                                         
679                                         if (m->control_pressed) {       delete candidateSeq; return 1;  }
680                                                 
681                                         //if you are not chimeric, then check each half
682                                         data_results wholeResults = chimera->getResults();
683                                         
684                                         //determine if we need to split
685                                         bool isChimeric = false;
686                                         
687                                         if (wholeResults.flag == "yes") {
688                                                 string chimeraFlag = "no";
689                                                 if(  (wholeResults.results[0].bsa >= minBS && wholeResults.results[0].divr_qla_qrb >= divR)
690                                                    ||
691                                                    (wholeResults.results[0].bsb >= minBS && wholeResults.results[0].divr_qlb_qra >= divR) ) { chimeraFlag = "yes"; }
692                                                 
693                                                 
694                                                 if (chimeraFlag == "yes") {     
695                                                         if ((wholeResults.results[0].bsa >= minBS) || (wholeResults.results[0].bsb >= minBS)) { isChimeric = true; }
696                                                 }
697                                         }
698                                         
699                                         if ((!isChimeric) && trimera) {
700                                                 
701                                                 //split sequence in half by bases
702                                                 string leftQuery, rightQuery;
703                                                 Sequence tempSeq(candidateSeq->getName(), candidateAligned);
704                                                 divideInHalf(tempSeq, leftQuery, rightQuery);
705                                                 
706                                                 //run chimeraSlayer on each piece
707                                                 Sequence* left = new Sequence(candidateSeq->getName(), leftQuery);
708                                                 Sequence* right = new Sequence(candidateSeq->getName(), rightQuery);
709                                                 
710                                                 //find chimeras
711                                                 chimera->getChimeras(left);
712                                                 data_results leftResults = chimera->getResults();
713                                                 
714                                                 chimera->getChimeras(right);
715                                                 data_results rightResults = chimera->getResults();
716                                                 
717                                                 //if either piece is chimeric then report
718                                                 Sequence* trimmed = chimera->print(out, out2, leftResults, rightResults);
719                                                 if (trim) { trimmed->printSequence(out3); delete trimmed; }
720                                                 
721                                                 delete left; delete right;
722                                                 
723                                         }else { //already chimeric
724                                                 //print results
725                                                 Sequence* trimmed = chimera->print(out, out2);
726                                                 if (trim) { trimmed->printSequence(out3); delete trimmed; }
727                                         }
728                                         
729                                         
730                                 }
731                                 count++;
732                         }
733                         
734                         #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
735                                 unsigned long int pos = inFASTA.tellg();
736                                 if ((pos == -1) || (pos >= filePos->end)) { break; }
737                         #else
738                                 if (inFASTA.eof()) { break; }
739                         #endif
740                         
741                         delete candidateSeq;
742                         //report progress
743                         if((count) % 100 == 0){ m->mothurOut("Processing sequence: " + toString(count)); m->mothurOutEndLine();         }
744                 }
745                 //report progress
746                 if((count) % 100 != 0){ m->mothurOut("Processing sequence: " + toString(count)); m->mothurOutEndLine();         }
747                 
748                 out.close();
749                 out2.close();
750                 if (trim) { out3.close(); }
751                 inFASTA.close();
752                                 
753                 return count;
754         }
755         catch(exception& e) {
756                 m->errorOut(e, "ChimeraSlayerCommand", "driver");
757                 exit(1);
758         }
759 }
760 //**********************************************************************************************************************
761 #ifdef USE_MPI
762 int ChimeraSlayerCommand::driverMPI(int start, int num, MPI_File& inMPI, MPI_File& outMPI, MPI_File& outAccMPI, MPI_File& outFastaMPI, vector<unsigned long int>& MPIPos){
763         try {                           
764                 MPI_Status status; 
765                 int pid;
766                 MPI_Comm_rank(MPI_COMM_WORLD, &pid); //find out who we are
767                 
768                 for(int i=0;i<num;i++){
769                         
770                         if (m->control_pressed) {       return 1;       }
771                         
772                         //read next sequence
773                         int length = MPIPos[start+i+1] - MPIPos[start+i];
774
775                         char* buf4 = new char[length];
776                         MPI_File_read_at(inMPI, MPIPos[start+i], buf4, length, MPI_CHAR, &status);
777         
778                         string tempBuf = buf4;
779                         if (tempBuf.length() > length) { tempBuf = tempBuf.substr(0, length);  }
780                         istringstream iss (tempBuf,istringstream::in);
781
782                         delete buf4;
783
784                         Sequence* candidateSeq = new Sequence(iss);  m->gobble(iss);
785                         string candidateAligned = candidateSeq->getAligned();
786                 
787                         if (candidateSeq->getName() != "") { //incase there is a commented sequence at the end of a file
788                                 
789                                 if (candidateSeq->getAligned().length() != templateSeqsLength) {  
790                                         m->mothurOut(candidateSeq->getName() + " is not the same length as the template sequences. Skipping."); m->mothurOutEndLine();
791                                 }else{
792                 
793                                         //find chimeras
794                                         chimera->getChimeras(candidateSeq);
795                         
796                                         if (m->control_pressed) {       delete candidateSeq; return 1;  }
797                                         
798                                         //if you are not chimeric, then check each half
799                                         data_results wholeResults = chimera->getResults();
800                                         
801                                         //determine if we need to split
802                                         bool isChimeric = false;
803                                         
804                                         if (wholeResults.flag == "yes") {
805                                                 string chimeraFlag = "no";
806                                                 if(  (wholeResults.results[0].bsa >= minBS && wholeResults.results[0].divr_qla_qrb >= divR)
807                                                    ||
808                                                    (wholeResults.results[0].bsb >= minBS && wholeResults.results[0].divr_qlb_qra >= divR) ) { chimeraFlag = "yes"; }
809                                                 
810                                                 
811                                                 if (chimeraFlag == "yes") {     
812                                                         if ((wholeResults.results[0].bsa >= minBS) || (wholeResults.results[0].bsb >= minBS)) { isChimeric = true; }
813                                                 }
814                                         }
815                                         
816                                         if ((!isChimeric) && trimera) {                                                 
817                                                 //split sequence in half by bases
818                                                 string leftQuery, rightQuery;
819                                                 Sequence tempSeq(candidateSeq->getName(), candidateAligned);
820                                                 divideInHalf(tempSeq, leftQuery, rightQuery);
821                                                 
822                                                 //run chimeraSlayer on each piece
823                                                 Sequence* left = new Sequence(candidateSeq->getName(), leftQuery);
824                                                 Sequence* right = new Sequence(candidateSeq->getName(), rightQuery);
825                                                 
826                                                 //find chimeras
827                                                 chimera->getChimeras(left);
828                                                 data_results leftResults = chimera->getResults();
829                                                 
830                                                 chimera->getChimeras(right);
831                                                 data_results rightResults = chimera->getResults();
832                                                 
833                                                 //if either piece is chimeric then report
834                                                 Sequence* trimmed = chimera->print(outMPI, outAccMPI, leftResults, rightResults);
835                                                 if (trim) {  
836                                                         string outputString = ">" + trimmed->getName() + "\n" + trimmed->getAligned() + "\n";
837                                                         delete trimmed;
838                                                         
839                                                         //write to accnos file
840                                                         int length = outputString.length();
841                                                         char* buf2 = new char[length];
842                                                         memcpy(buf2, outputString.c_str(), length);
843                                                         
844                                                         MPI_File_write_shared(outFastaMPI, buf2, length, MPI_CHAR, &status);
845                                                         delete buf2;
846                                                 }
847                                                 
848                                                 delete left; delete right;
849                                                 
850                                         }else { 
851                                                 //print results
852                                                 Sequence* trimmed = chimera->print(outMPI, outAccMPI);
853                                                 
854                                                 if (trim) {  
855                                                         string outputString = ">" + trimmed->getName() + "\n" + trimmed->getAligned() + "\n";
856                                                         delete trimmed;
857                                                         
858                                                         //write to accnos file
859                                                         int length = outputString.length();
860                                                         char* buf2 = new char[length];
861                                                         memcpy(buf2, outputString.c_str(), length);
862                                                         
863                                                         MPI_File_write_shared(outFastaMPI, buf2, length, MPI_CHAR, &status);
864                                                         delete buf2;
865                                                 }
866                                         }
867                                         
868                                 }
869                         }
870                         delete candidateSeq;
871                         
872                         //report progress
873                         if((i+1) % 100 == 0){  cout << "Processing sequence: " << (i+1) << endl;        m->mothurOutJustToLog("Processing sequence: " + toString(i+1) + "\n");          }
874                 }
875                 //report progress
876                 if(num % 100 != 0){             cout << "Processing sequence: " << num << endl; m->mothurOutJustToLog("Processing sequence: " + toString(num) + "\n");  }
877                 
878                                 
879                 return 0;
880         }
881         catch(exception& e) {
882                 m->errorOut(e, "ChimeraSlayerCommand", "driverMPI");
883                 exit(1);
884         }
885 }
886 #endif
887
888 /**************************************************************************************************/
889
890 int ChimeraSlayerCommand::createProcesses(string outputFileName, string filename, string accnos, string fasta) {
891         try {
892 #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
893                 int process = 0;
894                 int num = 0;
895                 
896                 //loop through and create all the processes you want
897                 while (process != processors) {
898                         int pid = fork();
899                         
900                         if (pid > 0) {
901                                 processIDS.push_back(pid);  //create map from line number to pid so you can append files in correct order later
902                                 process++;
903                         }else if (pid == 0){
904                                 num = driver(lines[process], outputFileName + toString(getpid()) + ".temp", filename, accnos + toString(getpid()) + ".temp", fasta + toString(getpid()) + ".temp");
905                                 
906                                 //pass numSeqs to parent
907                                 ofstream out;
908                                 string tempFile = outputFileName + toString(getpid()) + ".num.temp";
909                                 m->openOutputFile(tempFile, out);
910                                 out << num << endl;
911                                 out.close();
912                                 
913                                 exit(0);
914                         }else { 
915                                 m->mothurOut("[ERROR]: unable to spawn the necessary processes."); m->mothurOutEndLine(); 
916                                 for (int i = 0; i < processIDS.size(); i++) { kill (processIDS[i], SIGINT); }
917                                 exit(0);
918                         }
919                 }
920                 
921                 //force parent to wait until all the processes are done
922                 for (int i=0;i<processors;i++) { 
923                         int temp = processIDS[i];
924                         wait(&temp);
925                 }
926                 
927                 for (int i = 0; i < processIDS.size(); i++) {
928                         ifstream in;
929                         string tempFile =  outputFileName + toString(processIDS[i]) + ".num.temp";
930                         m->openInputFile(tempFile, in);
931                         if (!in.eof()) { int tempNum = 0; in >> tempNum; num += tempNum; }
932                         in.close(); remove(tempFile.c_str());
933                 }
934                 
935                 return num;
936 #endif          
937         }
938         catch(exception& e) {
939                 m->errorOut(e, "ChimeraSlayerCommand", "createProcesses");
940                 exit(1);
941         }
942 }
943
944 /**************************************************************************************************/
945
946 int ChimeraSlayerCommand::divideInHalf(Sequence querySeq, string& leftQuery, string& rightQuery) {
947         try {
948                 
949                 string queryUnAligned = querySeq.getUnaligned();
950                 int numBases = int(queryUnAligned.length() * 0.5);
951                 
952                 string queryAligned = querySeq.getAligned();
953                 leftQuery = querySeq.getAligned();
954                 rightQuery = querySeq.getAligned();
955                 
956                 int baseCount = 0;
957                 int leftSpot = 0;
958                 for (int i = 0; i < queryAligned.length(); i++) {
959                         //if you are a base
960                         if (isalpha(queryAligned[i])) {         
961                                 baseCount++; 
962                         }
963                         
964                         //if you have half
965                         if (baseCount >= numBases) {  leftSpot = i; break; } //first half
966                 }
967                 
968                 //blank out right side
969                 for (int i = leftSpot; i < leftQuery.length(); i++) { leftQuery[i] = '.'; }
970                 
971                 //blank out left side
972                 for (int i = 0; i < leftSpot; i++) { rightQuery[i] = '.'; }
973                 
974                 return 0;
975                 
976         }
977         catch(exception& e) {
978                 m->errorOut(e, "ChimeraSlayerCommand", "divideInHalf");
979                 exit(1);
980         }
981 }
982 /**************************************************************************************************/
983 map<string, int> ChimeraSlayerCommand::sortFastaFile(string fastaFile, string nameFile) {
984         try {
985                 map<string, int> nameAbund;
986                 
987                 //read through fastafile and store info
988                 map<string, string> seqs;
989                 ifstream in;
990                 m->openInputFile(fastaFile, in);
991                 
992                 while (!in.eof()) {
993                         
994                         if (m->control_pressed) { in.close(); return nameAbund; }
995                         
996                         Sequence seq(in); m->gobble(in);
997                         seqs[seq.getName()] = seq.getAligned();
998                 }
999                 
1000                 in.close();
1001                 
1002                 //read namefile
1003                 vector<seqPriorityNode> nameMapCount;
1004                 int error = m->readNames(nameFile, nameMapCount, seqs);
1005                 
1006                 if (m->control_pressed) { return nameAbund; }
1007                 
1008                 if (error == 1) { m->control_pressed = true; return nameAbund; }
1009                 if (seqs.size() != nameMapCount.size()) { m->mothurOut( "The number of sequences in your fastafile does not match the number of sequences in your namefile, aborting."); m->mothurOutEndLine(); m->control_pressed = true; return nameAbund; }
1010
1011                 sort(nameMapCount.begin(), nameMapCount.end(), compareSeqPriorityNodes);
1012                 
1013                 string newFasta = fastaFile + ".temp";
1014                 ofstream out;
1015                 m->openOutputFile(newFasta, out);
1016                 
1017                 //print new file in order of
1018                 for (int i = 0; i < nameMapCount.size(); i++) {
1019                         out << ">" << nameMapCount[i].name << endl << nameMapCount[i].seq << endl;
1020                         nameAbund[nameMapCount[i].name] = nameMapCount[i].numIdentical;
1021                 }
1022                 out.close();
1023                 
1024                 rename(newFasta.c_str(), fastaFile.c_str());
1025                                 
1026                 return nameAbund;
1027                 
1028         }
1029         catch(exception& e) {
1030                 m->errorOut(e, "ChimeraSlayerCommand", "sortFastaFile");
1031                 exit(1);
1032         }
1033 }
1034
1035 /**************************************************************************************************/
1036