X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=lefsecommand.h;h=cb1bbb6da80f7da1567979dd158fb5861e74a685;hp=1c5ac6f0c251e588986e7f0efa1e027026e88f20;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=3a5dd9e428ab93a6dcdce7912e8ebb977be0b893 diff --git a/lefsecommand.h b/lefsecommand.h index 1c5ac6f..cb1bbb6 100644 --- a/lefsecommand.h +++ b/lefsecommand.h @@ -41,7 +41,7 @@ public: string getOutputPattern(string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Lefse"; } + string getCitation() { return "Segata, N., J. Izard, L. Waldron, D. Gevers, L. Miropolsky, W. S. Garrett, and C. Huttenhower. 2011. Metagenomic biomarker discovery and explanation. Genome Biol 12:R60, http://www.mothur.org/wiki/Lefse"; } string getDescription() { return "brief description"; } int execute(); @@ -49,7 +49,7 @@ public: private: bool abort, allLines, wilc, wilcsamename, curv, subject, normMillion; - string outputDir, sharedfile, designfile, mclass, subclass, classes, rankTec, multiClassStrat; + string outputDir, sharedfile, designfile, mclass, subclass, rankTec, multiClassStrat; vector outputNames; set labels; double anovaAlpha, wilcoxonAlpha, fBoots, ldaThreshold;