X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mantelcommand.cpp;fp=mantelcommand.cpp;h=c3ab352a0119ad3aad7ee0959b7c387522a642d1;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=0c0163b538a747ca5b9b4eb82ef57a06ca302b91;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/mantelcommand.cpp b/mantelcommand.cpp index 0c0163b..c3ab352 100644 --- a/mantelcommand.cpp +++ b/mantelcommand.cpp @@ -69,6 +69,7 @@ MantelCommand::MantelCommand(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 myArray = setParameters();