]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.cpp
added citation function to commands
[mothur.git] / binsequencecommand.cpp
index 34965f624cc789e830783302f4ccd36993e28ea4..c4ef741f80c22bc784df4e6916f4a214fb2feacd 100644 (file)
@@ -71,6 +71,7 @@ BinSeqCommand::BinSeqCommand(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();