]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
added citation function to commands
[mothur.git] / listseqscommand.cpp
index d60470cdebcc70114afcb79cc08edbb333816292..902ac87286e302977d2fe555754a632487e6e43b 100644 (file)
@@ -71,7 +71,7 @@ ListSeqsCommand::ListSeqsCommand(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();