]> git.donarmstrong.com Git - mothur.git/commitdiff
updated phylotype command
authorwestcott <westcott>
Mon, 23 Nov 2009 18:57:03 +0000 (18:57 +0000)
committerwestcott <westcott>
Mon, 23 Nov 2009 18:57:03 +0000 (18:57 +0000)
mothur.cpp
phylotypecommand.cpp

index a676c83aff566f8c2dbbaa05bef8519c4aff494b..2d8f2f4bb0b234076d94c1e5845823b6d75fdc2f 100644 (file)
@@ -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");
index 8aa639defefe2369591f87dba548be3d13cb04c7..8ba0a091ee7b77ff8f1abe37ae30117b64cec597 100644 (file)
@@ -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;