]> git.donarmstrong.com Git - mothur.git/blobdiff - readotu.cpp
paralellized rarefaction.single
[mothur.git] / readotu.cpp
index 98a63f05cdbea47c62c9dc07d7fd8c65dec35319..00448f8a24cced84a346dfedc434ffa838698371 100644 (file)
@@ -13,7 +13,7 @@
 
 ReadOTUFile::ReadOTUFile(string pf): philFile(pf){
        m = MothurOut::getInstance();
-       //openInputFile(philFile, fileHandle);
+       //m->openInputFile(philFile, fileHandle);
 }
 
 /***********************************************************************/
@@ -35,7 +35,7 @@ void ReadOTUFile::read(GlobalData* globaldata){
                //memory leak prevention
                //if (globaldata->ginput != NULL) { delete globaldata->ginput;  }
                globaldata->ginput = input;     //saving to be used by collector and rarefact commands.
-       
+
                if ((globaldata->getFormat() == "list") || (globaldata->getFormat() == "rabund") || (globaldata->getFormat() == "sabund")) {//you are reading a list, rabund or sabund file for collect, rarefaction or summary.
 
 //cout << input << '\t' << globaldata << endl;