]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistscommand.cpp
added citation function to commands
[mothur.git] / parselistscommand.cpp
index c79eb63c31b576359f8b6bf270bea83ba25028d2..b791be7efcbffa74c7aa2e7f325cc4e8d39e00fb 100644 (file)
@@ -66,6 +66,7 @@ ParseListCommand::ParseListCommand(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();