]> git.donarmstrong.com Git - mothur.git/blobdiff - pairwiseseqscommand.cpp
added citation function to commands
[mothur.git] / pairwiseseqscommand.cpp
index 1aa133f38c379fd40c495d2c2a844de292c17f51..db032516e69e631147dbe3f2179a99a53ea2a1e2 100644 (file)
@@ -99,6 +99,7 @@ PairwiseSeqsCommand::PairwiseSeqsCommand(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();