From f81efc0c56f3be9ff2ee32a9a9469e07b4cb3bee Mon Sep 17 00:00:00 2001 From: westcott Date: Mon, 23 Nov 2009 18:57:03 +0000 Subject: [PATCH] updated phylotype command --- mothur.cpp | 4 ++-- phylotypecommand.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mothur.cpp b/mothur.cpp index a676c83..2d8f2f4 100644 --- a/mothur.cpp +++ b/mothur.cpp @@ -41,9 +41,9 @@ int main(int argc, char *argv[]){ //header - mothurOut("mothur v.1.6.0"); + mothurOut("mothur v.1.7.0"); mothurOutEndLine(); - mothurOut("Last updated: 11/20/2009"); + mothurOut("Last updated: 11/23/2009"); mothurOutEndLine(); mothurOutEndLine(); mothurOut("by"); 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; -- 2.39.2