]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
working on current change
[mothur.git] / distancecommand.h
index 23cc6a580a16756d5b30420cb825b5d43d21ae83..81267d1604ca2ba2a4551b2520cc6eeee7182a0f 100644 (file)
@@ -28,6 +28,7 @@ public:
        string getCommandName()                 { return "dist.seqs";                   }
        string getCommandCategory()             { return "Sequence Processing"; }
        string getHelpString(); 
+       string getCitation() { return "Schloss PD (2010). The effects of alignment quality, distance calculation method, sequence filtering, and region on the analysis of 16S rRNA gene-based studies. PLoS Comput Biol 6: e1000844. \nhttp://www.mothur.org/wiki/Dist.seqs"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }