]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.cpp
added citation function to commands
[mothur.git] / classifyseqscommand.cpp
index 9d5a625308f8970888833ec7e74ec4b2e2ec32dd..0d5ef61bbf939ce103d38f2ef36473abb01d3efa 100644 (file)
@@ -106,6 +106,7 @@ ClassifySeqsCommand::ClassifySeqsCommand(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();