X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.cpp;h=8ba0a091ee7b77ff8f1abe37ae30117b64cec597;hb=f81efc0c56f3be9ff2ee32a9a9469e07b4cb3bee;hp=8aa639defefe2369591f87dba548be3d13cb04c7;hpb=bee7952bbdc4ed46c7a12bef11769345fa3224d7;p=mothur.git diff --git a/phylotypecommand.cpp b/phylotypecommand.cpp index 8aa639d..8ba0a09 100644 --- a/phylotypecommand.cpp +++ b/phylotypecommand.cpp @@ -113,13 +113,13 @@ int PhylotypeCommand::execute(){ if (tree->get(leaves[0]).parent == -1) { mothurOut("Empty Tree"); mothurOutEndLine(); done = true; } ofstream outList; - string outputListFile = getRootName(taxonomyFileName) + "tax.list"; + string outputListFile = getRootName(taxonomyFileName) + "tx.list"; openOutputFile(outputListFile, outList); ofstream outSabund; - string outputSabundFile = getRootName(taxonomyFileName) + "tax.sabund"; + string outputSabundFile = getRootName(taxonomyFileName) + "tx.sabund"; openOutputFile(outputSabundFile, outSabund); ofstream outRabund; - string outputRabundFile = getRootName(taxonomyFileName) + "tax.rabund"; + string outputRabundFile = getRootName(taxonomyFileName) + "tx.rabund"; openOutputFile(outputRabundFile, outRabund); int count = 1;