]> git.donarmstrong.com Git - mothur.git/blobdiff - makebiomcommand.cpp
added binary file operations to mothurout class. added comment to sequence class...
[mothur.git] / makebiomcommand.cpp
index 826cf372c7b4ae52f5e230e839a576adb2ec58b5..4c350922608489b89156c01244c170d8688d930d 100644 (file)
@@ -824,7 +824,7 @@ map<string, string> MakeBiomCommand::readGGOtuMap(){
             vector<string> pieces = m->splitWhiteSpace(line);
             
             if (pieces.size() != 0) {
-                string otuID = pieces[0];
+                string otuID = pieces[1];
                 for (int i = 1; i < pieces.size(); i++) {  otuMap[pieces[i]] = otuID; }
             }
         }