X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;fp=removeseqscommand.cpp;h=c7dd5c227622cb3fe0cbf764ff266fdbdea21271;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=832bb9e70dd6d7addf6cc364b384a8b3de100417;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/removeseqscommand.cpp b/removeseqscommand.cpp index 832bb9e..c7dd5c2 100644 --- a/removeseqscommand.cpp +++ b/removeseqscommand.cpp @@ -81,6 +81,7 @@ RemoveSeqsCommand::RemoveSeqsCommand(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();