X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deuniqueseqscommand.h;h=a6d467a16a96c56ca3f1282d7c7fbbdfbdf02ca7;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=13176a80a413a1bce9d84bb4cf496702a554c446;hpb=f09bacac01a842a74c1c1b69070852cc969ff506;p=mothur.git diff --git a/deuniqueseqscommand.h b/deuniqueseqscommand.h index 13176a8..a6d467a 100644 --- a/deuniqueseqscommand.h +++ b/deuniqueseqscommand.h @@ -19,18 +19,25 @@ public: DeUniqueSeqsCommand(string); DeUniqueSeqsCommand(); ~DeUniqueSeqsCommand() {} - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + + 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()); } + private: string fastaFile, nameFile, outputDir; vector outputNames; - map > outputTypes; bool abort; map nameMap;