X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=deconvolutecommand.cpp;h=df97fd88ad471ba97daaa593233d4177f1fe21a2;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=33e51ffdff96a570d2a91d85590b3a2111ddcf63;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/deconvolutecommand.cpp b/deconvolutecommand.cpp index 33e51ff..df97fd8 100644 --- a/deconvolutecommand.cpp +++ b/deconvolutecommand.cpp @@ -64,6 +64,7 @@ DeconvoluteCommand::DeconvoluteCommand(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();