]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
added command descriptions
[mothur.git] / distancecommand.h
index 81267d1604ca2ba2a4551b2520cc6eeee7182a0f..bac5d14946a591a3a3990637dcf21f492c027ae3 100644 (file)
@@ -29,7 +29,8 @@ public:
        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"; }
-       
+       string getDescription()         { return "calculate the pairwaise distances between aligned sequences"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }