From f320651dfb5359e6bba597280753553de28a2154 Mon Sep 17 00:00:00 2001 From: Pat Schloss Date: Mon, 22 Oct 2012 09:17:21 -0400 Subject: [PATCH] PDS: update citation fields --- catchallcommand.h | 2 +- chimeraperseuscommand.h | 2 +- chimeraslayercommand.h | 2 +- chimerauchimecommand.h | 2 +- classifyotucommand.h | 2 +- clustercommand.h | 2 +- clusterdoturcommand.h | 2 +- clustersplitcommand.h | 2 +- cooccurrencecommand.h | 2 +- pipelinepdscommand.h | 2 +- preclustercommand.h | 2 +- sensspeccommand.h | 2 +- seqerrorcommand.h | 2 +- shhhercommand.h | 2 +- shhhseqscommand.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/catchallcommand.h b/catchallcommand.h index d1b8a2a..44ed3ef 100644 --- a/catchallcommand.h +++ b/catchallcommand.h @@ -33,7 +33,7 @@ public: string getCommandCategory() { return "OTU-Based Approaches"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "Bunge, J. (2011). Estimating the number of species with CatchAll. Forthcoming in Proceedings of the Pacific Symposium on Biocomputing 2011.\nhttp://www.northeastern.edu/catchall/index.html http://www.mothur.org/wiki/Catchall"; } + string getCitation() { return "Bunge J, Woodard L, Bohning D, Foster JA, Connolly S, Allen HK (2012). Estimating population diversity with CatchAll. Bioinformatics 28:1045.\nhttp://www.northeastern.edu/catchall/index.html\nhttp://www.mothur.org/wiki/Catchall"; } string getDescription() { return "estimate number of species"; } int execute(); diff --git a/chimeraperseuscommand.h b/chimeraperseuscommand.h index 1c4baa3..b6957e3 100644 --- a/chimeraperseuscommand.h +++ b/chimeraperseuscommand.h @@ -30,7 +30,7 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Chimera.perseus\n"; } + string getCitation() { return "Quince C, Lanzen A, Davenport RJ, Turnbaugh PJ (2011). Removing noise from pyrosequenced amplicons. BMC Bioinformatics 12:38.\nEdgar,R.C., Haas,B.J., Clemente,J.C., Quince,C. and Knight,R. (2011), UCHIME improves sensitivity and speed of chimera detection. Bioinformatics 27:2194.\nhttp://www.mothur.org/wiki/Chimera.perseus\n"; } string getDescription() { return "detect chimeric sequences"; } int execute(); diff --git a/chimeraslayercommand.h b/chimeraslayercommand.h index a2e22ae..82e1228 100644 --- a/chimeraslayercommand.h +++ b/chimeraslayercommand.h @@ -29,7 +29,7 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "Haas BJ, Gevers D, Earl A, Feldgarden M, Ward DV, Giannokous G, Ciulla D, Tabbaa D, Highlander SK, Sodergren E, Methe B, Desantis TZ, Petrosino JF, Knight R, Birren BW (2011). Chimeric 16S rRNA sequence formation and detection in Sanger and 454-pyrosequenced PCR amplicons. Genome Res. \nhttp://www.mothur.org/wiki/Chimera.slayer"; } + string getCitation() { return "Haas BJ, Gevers D, Earl A, Feldgarden M, Ward DV, Giannokous G, Ciulla D, Tabbaa D, Highlander SK, Sodergren E, Methe B, Desantis TZ, Petrosino JF, Knight R, Birren BW (2011). Chimeric 16S rRNA sequence formation and detection in Sanger and 454-pyrosequenced PCR amplicons. Genome Res 21:494.\nhttp://www.mothur.org/wiki/Chimera.slayer"; } string getDescription() { return "detect chimeric sequences"; } int execute(); diff --git a/chimerauchimecommand.h b/chimerauchimecommand.h index 5423a17..3ca7939 100644 --- a/chimerauchimecommand.h +++ b/chimerauchimecommand.h @@ -28,7 +28,7 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "uchime by Robert C. Edgar\nhttp://drive5.com/uchime\nThis code is donated to the public domain.\nhttp://www.mothur.org/wiki/Chimera.uchime\nEdgar,R.C., Haas,B.J., Clemente,J.C., Quince,C. and Knight,R. (2011), UCHIME improves sensitivity and speed of chimera detection, Bioinformatics, in press.\n"; } + string getCitation() { return "uchime by Robert C. Edgar\nhttp://drive5.com/uchime\nThis code was donated to the public domain.\nEdgar,R.C., Haas,B.J., Clemente,J.C., Quince,C. and Knight,R. (2011), UCHIME improves sensitivity and speed of chimera detection. Bioinformatics 27:2194.\nhttp://www.mothur.org/wiki/Chimera.uchime\n"; } string getDescription() { return "detect chimeric sequences"; } int execute(); diff --git a/classifyotucommand.h b/classifyotucommand.h index b924775..36a0328 100644 --- a/classifyotucommand.h +++ b/classifyotucommand.h @@ -27,7 +27,7 @@ public: string getCommandCategory() { return "Phylotype Analysis"; } 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/Classify.otu"; } + 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 77:3219.\nhttp://www.mothur.org/wiki/Classify.otu"; } string getDescription() { return "find the concensus taxonomy for each OTU"; } int execute(); diff --git a/clustercommand.h b/clustercommand.h index f70bb32..a5b792e 100644 --- a/clustercommand.h +++ b/clustercommand.h @@ -37,7 +37,7 @@ public: 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"; } + 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 77:3219.\nSchloss PD, Handelsman J (2005). Introducing DOTUR, a computer program for defining operational taxonomic units and estimating species richness. Appl Environ Microbiol 71: 1501-6.\nhttp://www.mothur.org/wiki/Cluster"; } string getDescription() { return "cluster your sequences into OTUs using a distance matrix"; } int execute(); diff --git a/clusterdoturcommand.h b/clusterdoturcommand.h index ec2f083..09ee822 100644 --- a/clusterdoturcommand.h +++ b/clusterdoturcommand.h @@ -29,7 +29,7 @@ public: string getCommandCategory() { return "Clustering"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "Schloss PD, Handelsman J (2005). Introducing DOTUR, a computer program for defining operational taxonomic units and estimating species richness. Appl Environ Microbiol 71: 1501-6. \nhttp://www.mothur.org/wiki/Cluster.classic"; } + 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 77:3219.\nSchloss PD, Handelsman J (2005). Introducing DOTUR, a computer program for defining operational taxonomic units and estimating species richness. Appl Environ Microbiol 71: 1501-6.\nhttp://www.mothur.org/wiki/Cluster.classic\n";} string getDescription() { return "cluster your sequences into OTUs using DOTUR’s method"; } int execute(); diff --git a/clustersplitcommand.h b/clustersplitcommand.h index d46bb8e..59039ea 100644 --- a/clustersplitcommand.h +++ b/clustersplitcommand.h @@ -37,7 +37,7 @@ public: 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 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 77:3219. \nhttp://www.mothur.org/wiki/Cluster.split"; } string getDescription() { return "splits your sequences by distance or taxonomy then clusters into OTUs"; } int execute(); diff --git a/cooccurrencecommand.h b/cooccurrencecommand.h index 530db9e..0820919 100644 --- a/cooccurrencecommand.h +++ b/cooccurrencecommand.h @@ -30,7 +30,7 @@ public: string getCommandCategory() { return "Hypothesis Testing"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Cooccurrence"; } + string getCitation() { return "Ulrich W & Gotelli NJ (2010). Null model analysis of species associations using abundance data. Ecology 91:3384.\nhttp://www.mothur.org/wiki/Cooccurrence"; } string getDescription() { return "calculates four metrics and tests their significance to assess whether presence-absence patterns are different than what one would expect by chance."; } int execute(); diff --git a/pipelinepdscommand.h b/pipelinepdscommand.h index 2c621bb..4697f40 100644 --- a/pipelinepdscommand.h +++ b/pipelinepdscommand.h @@ -28,7 +28,7 @@ public: string getCommandCategory() { return "Hidden"; } string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Pipeline.pds"; } + 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/Pipeline.pds"; } string getDescription() { return "pat's pipeline"; } diff --git a/preclustercommand.h b/preclustercommand.h index 084bdc6..082bff2 100644 --- a/preclustercommand.h +++ b/preclustercommand.h @@ -43,7 +43,7 @@ public: 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"; } diff --git a/sensspeccommand.h b/sensspeccommand.h index a5072e8..be5e975 100644 --- a/sensspeccommand.h +++ b/sensspeccommand.h @@ -28,7 +28,7 @@ public: string getCommandCategory() { return "OTU-Based Approaches"; } 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/Sens.spec"; } + 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 77:3219.\nhttp://www.mothur.org/wiki/Sens.spec"; } string getDescription() { return "sens.spec"; } int execute(); diff --git a/seqerrorcommand.h b/seqerrorcommand.h index 660544f..fba392d 100644 --- a/seqerrorcommand.h +++ b/seqerrorcommand.h @@ -26,7 +26,7 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Seq.error"; } + 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/Seq.error"; } string getDescription() { return "seq.error"; } diff --git a/shhhercommand.h b/shhhercommand.h index 03f171e..8446444 100644 --- a/shhhercommand.h +++ b/shhhercommand.h @@ -43,7 +43,7 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Shhh.flows"; } + 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.\nQuince C, Lanzen A, Davenport RJ, Turnbaugh PJ (2011). Removing noise from pyrosequenced amplicons. BMC Bioinformatics 12:38.\nQuince C, Lanzén A, Curtis TP, Davenport RJ, Hall N, Head IM, Read LF, Sloan WT (2009). Accurate determination of microbial diversity from 454 pyrosequencing data. Nat. Methods 6:639.\nhttp://www.mothur.org/wiki/Shhh.flows"; } string getDescription() { return "shhh.flows"; } diff --git a/shhhseqscommand.h b/shhhseqscommand.h index a4695be..85be58c 100644 --- a/shhhseqscommand.h +++ b/shhhseqscommand.h @@ -31,7 +31,7 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Shhh.seqs"; } + 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.\nQuince C, Lanzen A, Davenport RJ, Turnbaugh PJ (2011). Removing noise from pyrosequenced amplicons. BMC Bioinformatics 12:38.\nhttp://www.mothur.org/wiki/Shhh.seqs"; } string getDescription() { return "shhh.seqs"; } -- 2.39.2