]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.cpp
added citation function to commands
[mothur.git] / getseqscommand.cpp
index 04c3bd325edf89638503cdcb49c2842c75ed1d17..ad9698b695815cc77459cc85d2cca1ec7cd24f67 100644 (file)
@@ -81,6 +81,7 @@ GetSeqsCommand::GetSeqsCommand(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();