]> git.donarmstrong.com Git - mothur.git/blobdiff - degapseqscommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / degapseqscommand.h
index db93b02a299aae60666b1993469f7e00cdc31a58..342cd366cd53ce4b8300e2f7d5cd748b04a21668 100644 (file)
@@ -23,7 +23,9 @@ public:
        string getCommandName()                 { return "degap.seqs";          }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
-       
+       string getCitation() { return "http://www.mothur.org/wiki/Degap.seqs"; }
+       string getDescription()         { return "removes gap characters from sequences"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }