]> git.donarmstrong.com Git - mothur.git/blobdiff - secondarystructurecommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / secondarystructurecommand.h
index 2e04936a8eea682d1f8511de11a16a601c9e9d1c..4e7bdea09cac0d1bd86d780eb92e499bbe9bfc69 100644 (file)
@@ -40,6 +40,9 @@ class AlignCheckCommand : public Command {
                string getCommandName()                 { return "align.check";                         }
                string getCommandCategory()             { return "Sequence Processing";         }
                string getHelpString(); 
+               string getCitation() { return "http://www.mothur.org/wiki/Align.check"; }
+               string getDescription()         { return "calculate the number of potentially misaligned bases in a 16S rRNA gene sequence alignment"; }
+
        
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }