X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitmatrix.cpp;fp=splitmatrix.cpp;h=aea99ef2cccc3dbc070b251d4691209efacd2cbc;hb=9b53f130ac9af5e95444ce2e817fce25ed19ff03;hp=28bc5d4cec4fc4ec409bca26359ed103951c8701;hpb=5c5c0428f6d548c28a8b903ac80efed4f92d59db;p=mothur.git diff --git a/splitmatrix.cpp b/splitmatrix.cpp index 28bc5d4..aea99ef 100644 --- a/splitmatrix.cpp +++ b/splitmatrix.cpp @@ -637,7 +637,7 @@ int SplitMatrix::splitNames(map& seqGroup, int numGroups, vectoropenOutputFile(newtempNameFile, out); - out << headers << endl; + out << "Representative_Sequence\ttotal" << endl; out.close(); m->appendFiles(tempNameFile, newtempNameFile); m->mothurRemove(tempNameFile); @@ -671,7 +671,7 @@ int SplitMatrix::splitNames(map& seqGroup, int numGroups, vectoropenOutputFile(newtempNameFile, out); - out << headers << endl; + out << "Representative_Sequence\ttotal" << endl; out.close(); m->appendFiles(singleton, newtempNameFile); m->mothurRemove(singleton);