X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pipelinepdscommand.cpp;fp=pipelinepdscommand.cpp;h=7a9d53089cd1b59b7fd278936c28e3f231bea005;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=d1309edde7631d2c8edb0f54c67be9cf02e671d2;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/pipelinepdscommand.cpp b/pipelinepdscommand.cpp index d1309ed..7a9d530 100644 --- a/pipelinepdscommand.cpp +++ b/pipelinepdscommand.cpp @@ -94,6 +94,7 @@ PipelineCommand::PipelineCommand(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();