X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deuniqueseqscommand.h;h=300a1caeab4ce8b6b2febb10b6082c857fcfeb93;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=96ed29bd6aaa0f5a717d5164aa7a5a3e538dbaaf;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/deuniqueseqscommand.h b/deuniqueseqscommand.h index 96ed29b..300a1ca 100644 --- a/deuniqueseqscommand.h +++ b/deuniqueseqscommand.h @@ -24,6 +24,9 @@ public: string getCommandName() { return "deunique.seqs"; } string getCommandCategory() { return "Sequence Processing"; } 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()); }