]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.h
added command descriptions
[mothur.git] / removeseqscommand.h
index b89a509c5f76971d9df9de9a3fd4e9113a70b816..df96e4514bc84787ad901e137bbc794588681705 100644 (file)
@@ -25,7 +25,8 @@ class RemoveSeqsCommand : public Command {
                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()); }