]> git.donarmstrong.com Git - mothur.git/blobdiff - degapseqscommand.cpp
added citation function to commands
[mothur.git] / degapseqscommand.cpp
index c90064f190af3421a2f3f6ebc673b1265a1f202a..940672c1bef7f6ab2004a9b374011cd1f8420e85 100644 (file)
@@ -65,6 +65,7 @@ DegapSeqsCommand::DegapSeqsCommand(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();