X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getrelabundcommand.cpp;h=91384fab4e71bb37c865c1c037e829d2581e3a1a;hp=74ec992a001e16a91d131a376944165aca1b4622;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901 diff --git a/getrelabundcommand.cpp b/getrelabundcommand.cpp index 74ec992..91384fa 100644 --- a/getrelabundcommand.cpp +++ b/getrelabundcommand.cpp @@ -69,6 +69,7 @@ GetRelAbundCommand::GetRelAbundCommand(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();