X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=subsamplecommand.h;fp=subsamplecommand.h;h=39d3c375268b4712cdb5cc2297179ca5dff27978;hp=5656dab49e7ac7d58665369e58c1950c17b93542;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d diff --git a/subsamplecommand.h b/subsamplecommand.h index 5656dab..39d3c37 100644 --- a/subsamplecommand.h +++ b/subsamplecommand.h @@ -30,7 +30,8 @@ public: string getCommandCategory() { return "General"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Sub.sample"; } - + string getDescription() { return "get a sampling of sequences from a list, shared, rabund, sabund or fasta file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }