X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.cpp;h=ca832314d66dbe371e314db292ab6f441d2ee351;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=5f5235647d28168d4ca187189d5911266a24c71a;hpb=86c838c428a9e7d26f902f5492738241fa72c4e7;p=mothur.git diff --git a/getcurrentcommand.cpp b/getcurrentcommand.cpp index 5f52356..ca83231 100644 --- a/getcurrentcommand.cpp +++ b/getcurrentcommand.cpp @@ -59,6 +59,7 @@ GetCurrentCommand::GetCurrentCommand(string option) { //allow user to run help if(option == "help") { help(); abort = true; calledHelp = true; } + else if(option == "citation") { citation(); abort = true; calledHelp = true;} else { vector myArray = setParameters(); @@ -137,6 +138,8 @@ int GetCurrentCommand::execute(){ m->setTaxonomyFile(""); }else if (types[i] == "flow") { m->setFlowFile(""); + }else if (types[i] == "biom") { + m->setBiomFile(""); }else if (types[i] == "processors") { m->setProcessors("1"); }else if (types[i] == "all") {