X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=deuniqueseqscommand.h;h=a6d467a16a96c56ca3f1282d7c7fbbdfbdf02ca7;hp=5310b83b3002c8b3d52b32bdb56bf8cc772eddd2;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/deuniqueseqscommand.h b/deuniqueseqscommand.h index 5310b83..a6d467a 100644 --- a/deuniqueseqscommand.h +++ b/deuniqueseqscommand.h @@ -23,8 +23,9 @@ public: vector setParameters(); string getCommandName() { return "deunique.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Deunique.seqs"; } string getDescription() { return "reverse of the unique.seqs command, and creates a fasta file from a fasta and name file"; }