]> git.donarmstrong.com Git - mothur.git/blobdiff - deuniqueseqscommand.cpp
added citation function to commands
[mothur.git] / deuniqueseqscommand.cpp
index 24438824a0ba70225f9ae435065d4c55fa631084..aed53037c152ded2b13e00b1dfbf30ff739d341d 100644 (file)
@@ -64,6 +64,7 @@ DeUniqueSeqsCommand::DeUniqueSeqsCommand(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();