]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
PDS: update citation fields
[mothur.git] / clustersplitcommand.h
index 28de9488b68516e2e194db0dd35920c7078e91f9..59039ea8600a4ac7e4ea30ab2a684679f6c9f51e 100644 (file)
@@ -15,7 +15,7 @@
 #include "sabundvector.hpp"
 #include "listvector.hpp"
 #include "cluster.hpp"
-#include "sparsematrix.hpp"
+#include "sparsedistancematrix.h"
 #include "readcluster.h"
 #include "splitmatrix.h"
 #include "readphylip.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();