]> git.donarmstrong.com Git - mothur.git/blobdiff - pipelinepdscommand.cpp
added citation function to commands
[mothur.git] / pipelinepdscommand.cpp
index d1309edde7631d2c8edb0f54c67be9cf02e671d2..7a9d53089cd1b59b7fd278936c28e3f231bea005 100644 (file)
@@ -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<string> myArray = setParameters();