X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.h;h=28de9488b68516e2e194db0dd35920c7078e91f9;hb=957d67f7d8bbadfd2930de061e89fd9b149270fd;hp=a82d02270ecc37f1c85e93c9fe51b70e29288081;hpb=bdd77df6a7df8a5775b57d0a7ec8b55de45e7b5b;p=mothur.git diff --git a/clustersplitcommand.h b/clustersplitcommand.h index a82d022..28de948 100644 --- a/clustersplitcommand.h +++ b/clustersplitcommand.h @@ -35,6 +35,7 @@ public: vector setParameters(); string getCommandName() { return "cluster.split"; } string getCommandCategory() { return "Clustering"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol. \nhttp://www.mothur.org/wiki/Cluster.split"; } string getDescription() { return "splits your sequences by distance or taxonomy then clusters into OTUs"; }