X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=deuniqueseqscommand.h;h=042ff498fce19a60cd51d7b1393ec2cd4074123c;hp=a8edea2fab447cea46b5a2aa0bcd69fbdec27f0d;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/deuniqueseqscommand.h b/deuniqueseqscommand.h index a8edea2..042ff49 100644 --- a/deuniqueseqscommand.h +++ b/deuniqueseqscommand.h @@ -23,8 +23,12 @@ public: vector setParameters(); string getCommandName() { return "deunique.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -32,13 +36,10 @@ public: private: - string fastaFile, nameFile, outputDir; + string fastaFile, nameFile, outputDir, countfile; vector outputNames; bool abort; - - map nameMap; - - int readNamesFile(); + };