X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.cpp;h=0fdd0798e2cdda014a6cc568d3a1c895362c3158;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=652ff4e49ecf163fc71dad48b40eb1485012b105;hpb=2009a1a1f47e7467094d844e7c07ab8ddf7bb447;p=mothur.git diff --git a/rarefactcommand.cpp b/rarefactcommand.cpp index 652ff4e..0fdd079 100644 --- a/rarefactcommand.cpp +++ b/rarefactcommand.cpp @@ -285,13 +285,8 @@ int RareFactCommand::execute(){ map > labelToEnds; if ((format != "sharedfile")) { inputFileNames.push_back(inputfile); } else { inputFileNames = parseSharedFile(sharedfile, labelToEnds); format = "rabund"; } - for (map >::iterator it = labelToEnds.begin(); it != labelToEnds.end(); it++) { - cout << it->first << endl; - for (set::iterator its = (it->second).begin(); its != (it->second).end(); its++) { - cout << (*its) << endl; - } - } - if (m->control_pressed) { return 0; } + + if (m->control_pressed) { return 0; } map file2Group; //index in outputNames[i] -> group for (int p = 0; p < inputFileNames.size(); p++) {