X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clusterfragmentscommand.h;h=ee25fb30da91c4ab338b0b173bcf05a6f1689c81;hp=2b0294782550a1da8885bbcd73aa10a046b7376b;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/clusterfragmentscommand.h b/clusterfragmentscommand.h index 2b02947..ee25fb3 100644 --- a/clusterfragmentscommand.h +++ b/clusterfragmentscommand.h @@ -13,6 +13,7 @@ #include "command.hpp" #include "sequence.hpp" +#include "counttable.h" /************************************************************/ struct seqRNode { @@ -37,15 +38,19 @@ public: vector setParameters(); string getCommandName() { return "cluster.fragments"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); 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: + CountTable ct; bool abort; - string fastafile, namefile, outputDir; + string fastafile, namefile, countfile, outputDir; int diffs, percent; vector alignSeqs; map names; //represents the names file first column maps to second column