X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterfragmentscommand.h;h=c7ea7e0d078f0abfe404afd41cab0b4500bc5c48;hb=2009a1a1f47e7467094d844e7c07ab8ddf7bb447;hp=01f38e45ff55518238894a79503928759124679c;hpb=60c648c1c7dabd7f3710b92212fdc5b86a43d402;p=mothur.git diff --git a/clusterfragmentscommand.h b/clusterfragmentscommand.h index 01f38e4..c7ea7e0 100644 --- a/clusterfragmentscommand.h +++ b/clusterfragmentscommand.h @@ -32,13 +32,17 @@ class ClusterFragmentsCommand : public Command { public: ClusterFragmentsCommand(string); ClusterFragmentsCommand(); - ~ClusterFragmentsCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~ClusterFragmentsCommand() {} + + vector setParameters(); + string getCommandName() { return "cluster.fragments"; } + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Cluster.fragments"; } + string getDescription() { return "creates a namesfile with sequences that are a fragment of a larger sequence"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: bool abort; @@ -49,7 +53,6 @@ private: map sizes; //this map a seq name to the number of identical seqs in the names file map::iterator itSize; vector outputNames; - map > outputTypes; int readFASTA(); void readNameFile();