]> git.donarmstrong.com Git - mothur.git/blob - preclustercommand.cpp
fixed bug with shhh.flow from file path name in write functions, added "smart" featur...
[mothur.git] / preclustercommand.cpp
1 /*
2  *  preclustercommand.cpp
3  *  Mothur
4  *
5  *  Created by westcott on 12/21/09.
6  *  Copyright 2009 Schloss Lab. All rights reserved.
7  *
8  */
9
10 #include "preclustercommand.h"
11 #include "deconvolutecommand.h"
12
13 //**********************************************************************************************************************
14 vector<string> PreClusterCommand::setParameters(){      
15         try {
16                 CommandParameter pfasta("fasta", "InputTypes", "", "", "none", "none", "none",false,true); parameters.push_back(pfasta);
17                 CommandParameter pname("name", "InputTypes", "", "", "none", "none", "none",false,false); parameters.push_back(pname);
18                 CommandParameter pgroup("group", "InputTypes", "", "", "none", "none", "none",false,false); parameters.push_back(pgroup);
19                 CommandParameter pdiffs("diffs", "Number", "", "0", "", "", "",false,false); parameters.push_back(pdiffs);
20                 CommandParameter pprocessors("processors", "Number", "", "1", "", "", "",false,false); parameters.push_back(pprocessors);
21                 CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir);
22                 CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir);
23                 
24                 vector<string> myArray;
25                 for (int i = 0; i < parameters.size(); i++) {   myArray.push_back(parameters[i].name);          }
26                 return myArray;
27         }
28         catch(exception& e) {
29                 m->errorOut(e, "PreClusterCommand", "setParameters");
30                 exit(1);
31         }
32 }
33 //**********************************************************************************************************************
34 string PreClusterCommand::getHelpString(){      
35         try {
36                 string helpString = "";
37                 helpString += "The pre.cluster command groups sequences that are within a given number of base mismatches.\n";
38                 helpString += "The pre.cluster command outputs a new fasta and name file.\n";
39                 helpString += "The pre.cluster command parameters are fasta, names and diffs. The fasta parameter is required. \n";
40                 helpString += "The names parameter allows you to give a list of seqs that are identical. This file is 2 columns, first column is name or representative sequence, second column is a list of its identical sequences separated by commas.\n";
41                 helpString += "The group parameter allows you to provide a group file so you can cluster by group. \n";
42                 helpString += "The diffs parameter allows you to specify maximum number of mismatched bases allowed between sequences in a grouping. The default is 1.\n";
43                 helpString += "The pre.cluster command should be in the following format: \n";
44                 helpString += "pre.cluster(fasta=yourFastaFile, names=yourNamesFile, diffs=yourMaxDiffs) \n";
45                 helpString += "Example pre.cluster(fasta=amazon.fasta, diffs=2).\n";
46                 helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n";
47                 return helpString;
48         }
49         catch(exception& e) {
50                 m->errorOut(e, "PreClusterCommand", "getHelpString");
51                 exit(1);
52         }
53 }
54
55 //**********************************************************************************************************************
56 PreClusterCommand::PreClusterCommand(){ 
57         try {
58                 abort = true; calledHelp = true; 
59                 setParameters();
60                 vector<string> tempOutNames;
61                 outputTypes["fasta"] = tempOutNames;
62                 outputTypes["name"] = tempOutNames;
63                 outputTypes["map"] = tempOutNames;
64         }
65         catch(exception& e) {
66                 m->errorOut(e, "PreClusterCommand", "PreClusterCommand");
67                 exit(1);
68         }
69 }
70 //**********************************************************************************************************************
71
72 PreClusterCommand::PreClusterCommand(string option) {
73         try {
74                 abort = false; calledHelp = false;   
75                 
76                 //allow user to run help
77                 if(option == "help") { help(); abort = true; calledHelp = true; }
78                 else if(option == "citation") { citation(); abort = true; calledHelp = true;}
79                 
80                 else {
81                         vector<string> myArray = setParameters();
82                         
83                         OptionParser parser(option);
84                         map<string, string> parameters = parser.getParameters();
85                         
86                         ValidParameters validParameter;
87                         map<string, string>::iterator it;
88                 
89                         //check to make sure all parameters are valid for command
90                         for (map<string, string>::iterator it2 = parameters.begin(); it2 != parameters.end(); it2++) { 
91                                 if (validParameter.isValidParameter(it2->first, myArray, it2->second) != true) {  abort = true;  }
92                         }
93                         
94                         //initialize outputTypes
95                         vector<string> tempOutNames;
96                         outputTypes["fasta"] = tempOutNames;
97                         outputTypes["name"] = tempOutNames;
98                         outputTypes["map"] = tempOutNames;
99                 
100                         //if the user changes the input directory command factory will send this info to us in the output parameter 
101                         string inputDir = validParameter.validFile(parameters, "inputdir", false);              
102                         if (inputDir == "not found"){   inputDir = "";          }
103                         else {
104                                 string path;
105                                 it = parameters.find("fasta");
106                                 //user has given a template file
107                                 if(it != parameters.end()){ 
108                                         path = m->hasPath(it->second);
109                                         //if the user has not given a path then, add inputdir. else leave path alone.
110                                         if (path == "") {       parameters["fasta"] = inputDir + it->second;            }
111                                 }
112                                 
113                                 it = parameters.find("name");
114                                 //user has given a template file
115                                 if(it != parameters.end()){ 
116                                         path = m->hasPath(it->second);
117                                         //if the user has not given a path then, add inputdir. else leave path alone.
118                                         if (path == "") {       parameters["name"] = inputDir + it->second;             }
119                                 }
120                                 
121                                 it = parameters.find("group");
122                                 //user has given a template file
123                                 if(it != parameters.end()){ 
124                                         path = m->hasPath(it->second);
125                                         //if the user has not given a path then, add inputdir. else leave path alone.
126                                         if (path == "") {       parameters["group"] = inputDir + it->second;            }
127                                 }
128                         }
129
130                         //check for required parameters
131                         fastafile = validParameter.validFile(parameters, "fasta", true);
132                         if (fastafile == "not found") {                                 
133                                 fastafile = m->getFastaFile(); 
134                                 if (fastafile != "") { m->mothurOut("Using " + fastafile + " as input file for the fasta parameter."); m->mothurOutEndLine(); }
135                                 else {  m->mothurOut("You have no current fastafile and the fasta parameter is required."); m->mothurOutEndLine(); abort = true; }
136                         }
137                         else if (fastafile == "not open") { abort = true; }     
138                         else { m->setFastaFile(fastafile); }
139                         
140                         //if the user changes the output directory command factory will send this info to us in the output parameter 
141                         outputDir = validParameter.validFile(parameters, "outputdir", false);           if (outputDir == "not found"){  
142                                 outputDir = ""; 
143                                 outputDir += m->hasPath(fastafile); //if user entered a file with a path then preserve it       
144                         }
145
146                         //check for optional parameter and set defaults
147                         // ...at some point should added some additional type checking...
148                         namefile = validParameter.validFile(parameters, "name", true);
149                         if (namefile == "not found") { namefile =  "";  }
150                         else if (namefile == "not open") { namefile = ""; abort = true; }       
151                         else {  m->setNameFile(namefile); }
152                         
153                         groupfile = validParameter.validFile(parameters, "group", true);
154                         if (groupfile == "not found") { groupfile =  "";  bygroup = false; }
155                         else if (groupfile == "not open") { abort = true; groupfile =  ""; }    
156                         else {   m->setGroupFile(groupfile); bygroup = true;  }
157                         
158                         string temp     = validParameter.validFile(parameters, "diffs", false);         if(temp == "not found"){        temp = "1"; }
159                         m->mothurConvert(temp, diffs); 
160                         
161                         temp = validParameter.validFile(parameters, "processors", false);       if (temp == "not found"){       temp = m->getProcessors();      }
162                         m->setProcessors(temp);
163                         m->mothurConvert(temp, processors);
164                         
165                         if (namefile == "") {
166                                 vector<string> files; files.push_back(fastafile);
167                                 parser.getNameFile(files);
168                         }
169                 }
170                                 
171         }
172         catch(exception& e) {
173                 m->errorOut(e, "PreClusterCommand", "PreClusterCommand");
174                 exit(1);
175         }
176 }
177 //**********************************************************************************************************************
178
179 int PreClusterCommand::execute(){
180         try {
181                 
182                 if (abort == true) { if (calledHelp) { return 0; }  return 2;   }
183                 
184                 int start = time(NULL);
185                 
186                 string fileroot = outputDir + m->getRootName(m->getSimpleName(fastafile));
187                 string newFastaFile = fileroot + "precluster" + m->getExtension(fastafile);
188                 string newNamesFile = fileroot + "precluster.names";
189                 string newMapFile = fileroot + "precluster.map"; //add group name if by group
190                 outputNames.push_back(newFastaFile); outputTypes["fasta"].push_back(newFastaFile);
191                 outputNames.push_back(newNamesFile); outputTypes["name"].push_back(newNamesFile);
192                 
193                 
194                 if (bygroup) {
195                         //clear out old files
196                         ofstream outFasta; m->openOutputFile(newFastaFile, outFasta); outFasta.close();
197                         ofstream outNames; m->openOutputFile(newNamesFile, outNames);  outNames.close();
198                         newMapFile = fileroot + "precluster.";
199                         
200                         //parse fasta and name file by group
201                         SequenceParser* parser;
202                         if (namefile != "") { parser = new SequenceParser(groupfile, fastafile, namefile);      }
203                         else                            { parser = new SequenceParser(groupfile, fastafile);                    }
204                         
205                         vector<string> groups = parser->getNamesOfGroups();
206                         
207                         if(processors == 1)     {       driverGroups(parser, newFastaFile, newNamesFile, newMapFile, 0, groups.size(), groups); }
208                         else                            {       createProcessesGroups(parser, newFastaFile, newNamesFile, newMapFile, groups);                  }
209                         
210                         delete parser;
211                         
212                         if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) {        m->mothurRemove(outputNames[i]);        }        return 0; }
213                         
214                         //run unique.seqs for deconvolute results
215                         string inputString = "fasta=" + newFastaFile;
216                         if (namefile != "") { inputString += ", name=" + newNamesFile; }
217                         m->mothurOutEndLine(); 
218                         m->mothurOut("/******************************************/"); m->mothurOutEndLine(); 
219                         m->mothurOut("Running command: unique.seqs(" + inputString + ")"); m->mothurOutEndLine(); 
220                         
221                         Command* uniqueCommand = new DeconvoluteCommand(inputString);
222                         uniqueCommand->execute();
223                         
224                         map<string, vector<string> > filenames = uniqueCommand->getOutputFiles();
225                         
226                         delete uniqueCommand;
227                         
228                         m->mothurOut("/******************************************/"); m->mothurOutEndLine(); 
229                         
230                         m->renameFile(filenames["fasta"][0], newFastaFile);
231                         
232                         m->mothurOut("It took " + toString(time(NULL) - start) + " secs to run pre.cluster."); m->mothurOutEndLine(); 
233                                 
234                 }else {
235                         if (namefile != "") { readNameFile(); }
236                 
237                         //reads fasta file and return number of seqs
238                         int numSeqs = readFASTA(); //fills alignSeqs and makes all seqs active
239                 
240                         if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) {        m->mothurRemove(outputNames[i]);        } return 0; }
241         
242                         if (numSeqs == 0) { m->mothurOut("Error reading fasta file...please correct."); m->mothurOutEndLine(); return 0;  }
243                         if (diffs > length) { m->mothurOut("Error: diffs is greater than your sequence length."); m->mothurOutEndLine(); return 0;  }
244                         
245                         int count = process(newMapFile);
246                         outputNames.push_back(newMapFile); outputTypes["map"].push_back(newMapFile);
247                         
248                         if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) {        m->mothurRemove(outputNames[i]);        } return 0; }   
249                         
250                         m->mothurOut("Total number of sequences before precluster was " + toString(alignSeqs.size()) + "."); m->mothurOutEndLine();
251                         m->mothurOut("pre.cluster removed " + toString(count) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine(); 
252                         printData(newFastaFile, newNamesFile);
253                         
254                         m->mothurOut("It took " + toString(time(NULL) - start) + " secs to cluster " + toString(numSeqs) + " sequences."); m->mothurOutEndLine(); 
255                 }
256                                 
257                 if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) {        m->mothurRemove(outputNames[i]);        } return 0; }
258                 
259                 m->mothurOutEndLine();
260                 m->mothurOut("Output File Names: "); m->mothurOutEndLine();
261                 for (int i = 0; i < outputNames.size(); i++) {  m->mothurOut(outputNames[i]); m->mothurOutEndLine();    }               
262                 m->mothurOutEndLine();
263                 
264                 //set fasta file as new current fastafile
265                 string current = "";
266                 itTypes = outputTypes.find("fasta");
267                 if (itTypes != outputTypes.end()) {
268                         if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setFastaFile(current); }
269                 }
270                 
271                 itTypes = outputTypes.find("name");
272                 if (itTypes != outputTypes.end()) {
273                         if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setNameFile(current); }
274                 }
275                 
276                 return 0;
277                 
278         }
279         catch(exception& e) {
280                 m->errorOut(e, "PreClusterCommand", "execute");
281                 exit(1);
282         }
283 }
284 /**************************************************************************************************/
285 int PreClusterCommand::createProcessesGroups(SequenceParser* parser, string newFName, string newNName, string newMFile, vector<string> groups) {
286         try {
287                 
288                 vector<int> processIDS;
289                 int process = 1;
290                 int num = 0;
291                 
292                 //sanity check
293                 if (groups.size() < processors) { processors = groups.size(); }
294                 
295                 //divide the groups between the processors
296                 vector<linePair> lines;
297                 int numGroupsPerProcessor = groups.size() / processors;
298                 for (int i = 0; i < processors; i++) {
299                         int startIndex =  i * numGroupsPerProcessor;
300                         int endIndex = (i+1) * numGroupsPerProcessor;
301                         if(i == (processors - 1)){      endIndex = groups.size();       }
302                         lines.push_back(linePair(startIndex, endIndex));
303                 }
304                 
305 #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)           
306                 
307                 //loop through and create all the processes you want
308                 while (process != processors) {
309                         int pid = fork();
310                         
311                         if (pid > 0) {
312                                 processIDS.push_back(pid);  //create map from line number to pid so you can append files in correct order later
313                                 process++;
314                         }else if (pid == 0){
315                                 num = driverGroups(parser, newFName + toString(getpid()) + ".temp", newNName + toString(getpid()) + ".temp", newMFile, lines[process].start, lines[process].end, groups);
316                                 exit(0);
317                         }else { 
318                                 m->mothurOut("[ERROR]: unable to spawn the necessary processes."); m->mothurOutEndLine(); 
319                                 for (int i = 0; i < processIDS.size(); i++) { kill (processIDS[i], SIGINT); }
320                                 exit(0);
321                         }
322                 }
323                 
324                 //do my part
325                 num = driverGroups(parser, newFName, newNName, newMFile, lines[0].start, lines[0].end, groups);
326                 
327                 //force parent to wait until all the processes are done
328                 for (int i=0;i<processIDS.size();i++) { 
329                         int temp = processIDS[i];
330                         wait(&temp);
331                 }
332                 
333 #else
334                 
335                 //////////////////////////////////////////////////////////////////////////////////////////////////////
336                 //Windows version shared memory, so be careful when passing variables through the preClusterData struct. 
337                 //Above fork() will clone, so memory is separate, but that's not the case with windows, 
338                 //////////////////////////////////////////////////////////////////////////////////////////////////////
339                 
340                 vector<preClusterData*> pDataArray; 
341                 DWORD   dwThreadIdArray[processors-1];
342                 HANDLE  hThreadArray[processors-1]; 
343                 
344                 //Create processor worker threads.
345                 for( int i=1; i<processors; i++ ){
346                         // Allocate memory for thread data.
347                         string extension = toString(i) + ".temp";
348                         
349                         preClusterData* tempPreCluster = new preClusterData(fastafile, namefile, groupfile, (newFName+extension), (newNName+extension), newMFile, groups, m, lines[i].start, lines[i].end, diffs, i);
350                         pDataArray.push_back(tempPreCluster);
351                         processIDS.push_back(i);
352                         
353                         //MySeqSumThreadFunction is in header. It must be global or static to work with the threads.
354                         //default security attributes, thread function name, argument to thread function, use default creation flags, returns the thread identifier
355                         hThreadArray[i-1] = CreateThread(NULL, 0, MyPreclusterThreadFunction, pDataArray[i-1], 0, &dwThreadIdArray[i-1]);   
356                 }
357                 
358                                 
359                 //using the main process as a worker saves time and memory
360                 num = driverGroups(parser, newFName, newNName, newMFile, lines[0].start, lines[0].end, groups);
361                 
362                 //Wait until all threads have terminated.
363                 WaitForMultipleObjects(processors-1, hThreadArray, TRUE, INFINITE);
364                 
365                 //Close all thread handles and free memory allocations.
366                 for(int i=0; i < pDataArray.size(); i++){
367                         for (int j = 0; j < pDataArray[i]->mapFileNames.size(); j++) {
368                                 outputNames.push_back(pDataArray[i]->mapFileNames[j]); outputTypes["map"].push_back(pDataArray[i]->mapFileNames[j]); 
369                         }
370                         CloseHandle(hThreadArray[i]);
371                         delete pDataArray[i];
372                 }
373                 
374 #endif          
375                 
376                 //append output files
377                 for(int i=0;i<processIDS.size();i++){
378                         //newFName = m->getFullPathName(".\\" + newFName);
379                         //newNName = m->getFullPathName(".\\" + newNName);
380                         
381                         m->appendFiles((newFName + toString(processIDS[i]) + ".temp"), newFName);
382                         m->mothurRemove((newFName + toString(processIDS[i]) + ".temp"));
383                         
384                         m->appendFiles((newNName + toString(processIDS[i]) + ".temp"), newNName);
385                         m->mothurRemove((newNName + toString(processIDS[i]) + ".temp"));
386                 }
387                 
388                 return num;     
389                 
390         }
391         catch(exception& e) {
392                 m->errorOut(e, "PreClusterCommand", "createProcessesGroups");
393                 exit(1);
394         }
395 }
396 /**************************************************************************************************/
397 int PreClusterCommand::driverGroups(SequenceParser* parser, string newFFile, string newNFile, string newMFile, int start, int end, vector<string> groups){
398         try {
399                 
400                 int numSeqs = 0;
401                 
402                 //precluster each group
403                 for (int i = start; i < end; i++) {
404                         
405                         start = time(NULL);
406                         
407                         if (m->control_pressed) {  return 0; }
408                         
409                         m->mothurOutEndLine(); m->mothurOut("Processing group " + groups[i] + ":"); m->mothurOutEndLine();
410                         
411                         map<string, string> thisNameMap;
412                         if (namefile != "") { thisNameMap = parser->getNameMap(groups[i]); }
413                         vector<Sequence> thisSeqs = parser->getSeqs(groups[i]);
414                         
415                         //fill alignSeqs with this groups info.
416                         numSeqs = loadSeqs(thisNameMap, thisSeqs);
417                         
418                         if (m->control_pressed) {   return 0; }
419                         
420                         if (diffs > length) { m->mothurOut("Error: diffs is greater than your sequence length."); m->mothurOutEndLine(); m->control_pressed = true; return 0;  }
421                         
422                         int count = process(newMFile+groups[i]+".map");
423                         outputNames.push_back(newMFile+groups[i]+".map"); outputTypes["map"].push_back(newMFile+groups[i]+".map");
424                         
425                         if (m->control_pressed) {  return 0; }
426                         
427                         m->mothurOut("Total number of sequences before pre.cluster was " + toString(alignSeqs.size()) + "."); m->mothurOutEndLine();
428                         m->mothurOut("pre.cluster removed " + toString(count) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine(); 
429                         printData(newFFile, newNFile);
430                         
431                         m->mothurOut("It took " + toString(time(NULL) - start) + " secs to cluster " + toString(numSeqs) + " sequences."); m->mothurOutEndLine(); 
432                         
433                 }
434                 
435                 return numSeqs;
436         }
437         catch(exception& e) {
438                 m->errorOut(e, "PreClusterCommand", "driverGroups");
439                 exit(1);
440         }
441 }
442 /**************************************************************************************************/
443 int PreClusterCommand::process(string newMapFile){
444         try {
445                 ofstream out;
446                 m->openOutputFile(newMapFile, out);
447                 
448                 //sort seqs by number of identical seqs
449                 sort(alignSeqs.begin(), alignSeqs.end(), comparePriority);
450                 
451                 int count = 0;
452                 int numSeqs = alignSeqs.size();
453                 
454                 //think about running through twice...
455                 for (int i = 0; i < numSeqs; i++) {
456                         
457                         //are you active
458                         //                      itActive = active.find(alignSeqs[i].seq.getName());
459                         
460                         if (alignSeqs[i].active) {  //this sequence has not been merged yet
461                                 
462                                 string chunk = alignSeqs[i].seq.getName() + "\t" + toString(alignSeqs[i].numIdentical) + "\t" + toString(0) + "\t" + alignSeqs[i].seq.getAligned() + "\n";
463                                 
464                                 //try to merge it with all smaller seqs
465                                 for (int j = i+1; j < numSeqs; j++) {
466                                         
467                                         if (m->control_pressed) { out.close(); return 0; }
468                                         
469                                         if (alignSeqs[j].active) {  //this sequence has not been merged yet
470                                                 //are you within "diff" bases
471                                                 int mismatch = calcMisMatches(alignSeqs[i].seq.getAligned(), alignSeqs[j].seq.getAligned());
472                                                 
473                                                 if (mismatch <= diffs) {
474                                                         //merge
475                                                         alignSeqs[i].names += ',' + alignSeqs[j].names;
476                                                         alignSeqs[i].numIdentical += alignSeqs[j].numIdentical;
477                                                         
478                                                         chunk += alignSeqs[j].seq.getName() + "\t" + toString(alignSeqs[j].numIdentical) + "\t" + toString(mismatch) + "\t" + alignSeqs[j].seq.getAligned() + "\n";
479                                                         
480                                                         alignSeqs[j].active = 0;
481                                                         alignSeqs[j].numIdentical = 0;
482                                                         count++;
483                                                 }
484                                         }//end if j active
485                                 }//end for loop j
486                                 
487                                 //remove from active list 
488                                 alignSeqs[i].active = 0;
489                                 
490                                 out << "ideal_seq_" << (i+1) << '\t' << alignSeqs[i].numIdentical << endl << chunk << endl;;
491                                 
492                         }//end if active i
493                         if(i % 100 == 0)        { m->mothurOut(toString(i) + "\t" + toString(numSeqs - count) + "\t" + toString(count)); m->mothurOutEndLine(); }
494                 }
495                 out.close();
496                 
497                 if(numSeqs % 100 != 0)  { m->mothurOut(toString(numSeqs) + "\t" + toString(numSeqs - count) + "\t" + toString(count)); m->mothurOutEndLine();   }       
498                 
499                 return count;
500                 
501         }
502         catch(exception& e) {
503                 m->errorOut(e, "PreClusterCommand", "process");
504                 exit(1);
505         }
506 }
507 /**************************************************************************************************/
508 int PreClusterCommand::readFASTA(){
509         try {
510                 //ifstream inNames;
511                 ifstream inFasta;
512                 
513                 //m->openInputFile(namefile, inNames);
514                 m->openInputFile(fastafile, inFasta);
515                 
516                 //string firstCol, secondCol, nameString;
517                 length = 0;
518                 
519                 while (!inFasta.eof()) {
520                         
521                         if (m->control_pressed) { inFasta.close(); return 0; }
522                         
523                         //inNames >> firstCol >> secondCol;
524                         //nameString = secondCol;
525                         
526                         //m->gobble(inNames);
527                         //int size = 1;
528                         //while (secondCol.find_first_of(',') != -1) { 
529                         //      size++;
530                         //      secondCol = secondCol.substr(secondCol.find_first_of(',')+1, secondCol.length());
531                         //}
532                         
533                         Sequence seq(inFasta);  m->gobble(inFasta);
534                         
535                         if (seq.getName() != "") {  //can get "" if commented line is at end of fasta file
536                                 if (namefile != "") {
537                                         itSize = sizes.find(seq.getName());
538                                         
539                                         if (itSize == sizes.end()) { m->mothurOut(seq.getName() + " is not in your names file, please correct."); m->mothurOutEndLine(); exit(1); }
540                                         else{
541                                                 seqPNode tempNode(itSize->second, seq, names[seq.getName()]);
542                                                 alignSeqs.push_back(tempNode);
543                                                 if (seq.getAligned().length() > length) {  length = seq.getAligned().length();  }
544                                         }       
545                                 }else { //no names file, you are identical to yourself 
546                                         seqPNode tempNode(1, seq, seq.getName());
547                                         alignSeqs.push_back(tempNode);
548                                         if (seq.getAligned().length() > length) {  length = seq.getAligned().length();  }
549                                 }
550                         }
551                 }
552                 inFasta.close();
553                 //inNames.close();
554                 return alignSeqs.size();
555         }
556         
557         catch(exception& e) {
558                 m->errorOut(e, "PreClusterCommand", "readFASTA");
559                 exit(1);
560         }
561 }
562 /**************************************************************************************************/
563 int PreClusterCommand::loadSeqs(map<string, string>& thisName, vector<Sequence>& thisSeqs){
564         try {
565                 length = 0;
566                 alignSeqs.clear();
567                 map<string, string>::iterator it;
568                 bool error = false;
569                         
570                 for (int i = 0; i < thisSeqs.size(); i++) {
571                         
572                         if (m->control_pressed) { return 0; }
573                                                 
574                         if (namefile != "") {
575                                 it = thisName.find(thisSeqs[i].getName());
576                                 
577                                 //should never be true since parser checks for this
578                                 if (it == thisName.end()) { m->mothurOut(thisSeqs[i].getName() + " is not in your names file, please correct."); m->mothurOutEndLine(); error = true; }
579                                 else{
580                                         //get number of reps
581                                         int numReps = 1;
582                                         for(int j=0;j<(it->second).length();j++){
583                                                 if((it->second)[j] == ','){     numReps++;      }
584                                         }
585                                         
586                                         seqPNode tempNode(numReps, thisSeqs[i], it->second);
587                                         alignSeqs.push_back(tempNode);
588                                         if (thisSeqs[i].getAligned().length() > length) {  length = thisSeqs[i].getAligned().length();  }
589                                 }       
590                         }else { //no names file, you are identical to yourself 
591                                 seqPNode tempNode(1, thisSeqs[i], thisSeqs[i].getName());
592                                 alignSeqs.push_back(tempNode);
593                                 if (thisSeqs[i].getAligned().length() > length) {  length = thisSeqs[i].getAligned().length();  }
594                         }
595                 }
596                 
597                 //sanity check
598                 if (error) { m->control_pressed = true; }
599                 
600                 thisSeqs.clear();
601                 
602                 return alignSeqs.size();
603         }
604         
605         catch(exception& e) {
606                 m->errorOut(e, "PreClusterCommand", "loadSeqs");
607                 exit(1);
608         }
609 }
610                                 
611 /**************************************************************************************************/
612
613 int PreClusterCommand::calcMisMatches(string seq1, string seq2){
614         try {
615                 int numBad = 0;
616                 
617                 for (int i = 0; i < seq1.length(); i++) {
618                         //do they match
619                         if (seq1[i] != seq2[i]) { numBad++; }
620                         if (numBad > diffs) { return length;  } //to far to cluster
621                 }
622                 
623                 return numBad;
624         }
625         catch(exception& e) {
626                 m->errorOut(e, "PreClusterCommand", "calcMisMatches");
627                 exit(1);
628         }
629 }
630
631 /**************************************************************************************************/
632
633 void PreClusterCommand::printData(string newfasta, string newname){
634         try {
635                 ofstream outFasta;
636                 ofstream outNames;
637                 
638                 if (bygroup) {
639                         m->openOutputFileAppend(newfasta, outFasta);
640                         m->openOutputFileAppend(newname, outNames);
641                 }else {
642                         m->openOutputFile(newfasta, outFasta);
643                         m->openOutputFile(newname, outNames);
644                 }
645                 
646                 for (int i = 0; i < alignSeqs.size(); i++) {
647                         if (alignSeqs[i].numIdentical != 0) {
648                                 alignSeqs[i].seq.printSequence(outFasta); 
649                                 outNames << alignSeqs[i].seq.getName() << '\t' << alignSeqs[i].names << endl;
650                         }
651                 }
652                 
653                 outFasta.close();
654                 outNames.close();
655                 
656         }
657         catch(exception& e) {
658                 m->errorOut(e, "PreClusterCommand", "printData");
659                 exit(1);
660         }
661 }
662 /**************************************************************************************************/
663
664 void PreClusterCommand::readNameFile(){
665         try {
666                 ifstream in;
667                 m->openInputFile(namefile, in);
668                 string firstCol, secondCol;
669                                 
670                 while (!in.eof()) {
671                         in >> firstCol >> secondCol; m->gobble(in);
672                         names[firstCol] = secondCol;
673                         int size = 1;
674
675                         for(int i=0;i<secondCol.size();i++){
676                                 if(secondCol[i] == ','){        size++; }
677                         }
678                         sizes[firstCol] = size;
679                 }
680                 in.close();
681         }
682         catch(exception& e) {
683                 m->errorOut(e, "PreClusterCommand", "readNameFile");
684                 exit(1);
685         }
686 }
687
688 /**************************************************************************************************/
689
690