]> git.donarmstrong.com Git - mothur.git/blobdiff - chopseqscommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / chopseqscommand.h
index 92544ee30cb69df2f04b95a4e9f7c99c748e835e..e73714d2e98406da2a05e54bb34f61398bd0143c 100644 (file)
@@ -26,6 +26,8 @@ class ChopSeqsCommand : public Command {
                string getCommandName()                 { return "chop.seqs";           }
                string getCommandCategory()             { return "Sequence Processing"; }
                string getHelpString(); 
+               string getCitation() { return "http://www.mothur.org/wiki/Chops.seqs"; }
+               string getDescription()         { return "trim sequence length"; }
        
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }