]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.cpp
added citation function to commands
[mothur.git] / subsamplecommand.cpp
index 73c1e5c76c48db67f0676ebb4a409aa0660b241d..66ea7e91df86eb1bc5b2b55c23b08dc852fa135a 100644 (file)
@@ -88,6 +88,7 @@ SubSampleCommand::SubSampleCommand(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();