X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deuniqueseqscommand.h;h=5310b83b3002c8b3d52b32bdb56bf8cc772eddd2;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=a8edea2fab447cea46b5a2aa0bcd69fbdec27f0d;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/deuniqueseqscommand.h b/deuniqueseqscommand.h index a8edea2..5310b83 100644 --- a/deuniqueseqscommand.h +++ b/deuniqueseqscommand.h @@ -23,8 +23,11 @@ public: vector setParameters(); string getCommandName() { return "deunique.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); }