]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.cpp
added citation function to commands
[mothur.git] / libshuffcommand.cpp
index c827b524649fefe49545aa8769401d781ff016c1..02104142c753b626f245f256e910c4ed3351e6bb 100644 (file)
@@ -86,6 +86,7 @@ LibShuffCommand::LibShuffCommand(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();