X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsefastaqcommand.cpp;fp=parsefastaqcommand.cpp;h=1033ba5d5dd3a64b001e2e8bc120b792df02e824;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=75d6fa01be65bcccf8f176bfd29dcce843efc0e3;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/parsefastaqcommand.cpp b/parsefastaqcommand.cpp index 75d6fa0..1033ba5 100644 --- a/parsefastaqcommand.cpp +++ b/parsefastaqcommand.cpp @@ -62,6 +62,7 @@ ParseFastaQCommand::ParseFastaQCommand(string option){ abort = false; calledHelp = false; if(option == "help") { help(); abort = true; calledHelp = true; } + else if(option == "citation") { citation(); abort = true; calledHelp = true;} else { vector myArray = setParameters();