X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterfragmentscommand.h;h=c7ea7e0d078f0abfe404afd41cab0b4500bc5c48;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=882ab332f1cf8f2dae29ce3436373ebeca4c5b4a;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/clusterfragmentscommand.h b/clusterfragmentscommand.h index 882ab33..c7ea7e0 100644 --- a/clusterfragmentscommand.h +++ b/clusterfragmentscommand.h @@ -38,6 +38,8 @@ public: 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()); }