]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / removeseqscommand.h
index d99151ec022dfdafcfa2327998466549cbcb3eda..df96e4514bc84787ad901e137bbc794588681705 100644 (file)
@@ -24,7 +24,9 @@ class RemoveSeqsCommand : public Command {
                string getCommandName()                 { return "remove.seqs";                         }
                string getCommandCategory()             { return "Sequence Processing";         }
                string getHelpString(); 
-       
+               string getCitation() { return "http://www.mothur.org/wiki/Remove.seqs"; }
+               string getDescription()         { return "removes sequences from a list, fasta, name, group, alignreport, quality or taxonomy file"; }
+
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }