]> git.donarmstrong.com Git - mothur.git/blobdiff - readtreecommand.h
added citation function to commands
[mothur.git] / readtreecommand.h
index 25e08252dd29c0eab2f5c985805408b3c83e10e3..70d3c6e27d8cdd135483e7f4c3c1e5ee57df067c 100644 (file)
@@ -25,6 +25,7 @@ public:
        string getCommandName()                 { return "read.tree";   }
        string getCommandCategory()             { return "Hidden";      }
        string getHelpString() { return "This command is no longer available. You can provide your files directly to the downstream commands like unifrac.unweighted."; }       
+       string getCitation() { return "http://www.mothur.org/wiki/Read.tree"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }