X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=deconvolutecommand.h;h=e514bdae70f7e0b51854b40baacf44d2b0174c8a;hp=673ffc9e4d2e689cd32c6b16867089fe43f216d1;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d diff --git a/deconvolutecommand.h b/deconvolutecommand.h index 673ffc9..e514bda 100644 --- a/deconvolutecommand.h +++ b/deconvolutecommand.h @@ -27,8 +27,9 @@ public: vector setParameters(); string getCommandName() { return "unique.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Unique.seqs"; } string getDescription() { return "creates a fasta containing the unique sequences as well as a namesfile with the names each sequence represents"; }