]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.h
PDS: update citation fields
[mothur.git] / preclustercommand.h
index 64efc7fc1d43aca03d17497e28bee2fdb61cc74a..082bff27e25209fc7db92404388ae40592d45bff 100644 (file)
@@ -41,8 +41,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "pre.cluster";                         }
        string getCommandCategory()             { return "Sequence Processing";         }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
-       string getCitation() { return "http://www.mothur.org/wiki/Pre.cluster"; }
+       string getCitation() { return "Schloss PD, Gevers D, Westcott SL (2011).  Reducing the effects of PCR amplification and sequencing artifacts on 16S rRNA-based studies.  PLoS ONE.  6:e27310.\nhttp://www.mothur.org/wiki/Pre.cluster"; }
        string getDescription()         { return "implements a pseudo-single linkage algorithm with the goal of removing sequences that are likely due to pyrosequencing errors"; }