]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
added check to make sure shhh.flows child processes finish properly. added subsamplin...
[mothur.git] / listseqscommand.h
index bd7beae73360da9453911e7d5b755135a00f4d54..f814d8487d81fc98e98f2245ee13c5564ec5424b 100644 (file)
@@ -21,10 +21,12 @@ class ListSeqsCommand : public Command {
                ~ListSeqsCommand(){}
        
                vector<string> setParameters();
-               string getCommandName()                 { return "get.seqs";                            }
+               string getCommandName()                 { return "list.seqs";                           }
                string getCommandCategory()             { return "Sequence Processing";         }
                string getHelpString(); 
-       
+               string getCitation() { return "http://www.mothur.org/wiki/List.seqs"; }
+               string getDescription()         { return "lists sequences from a list, fasta, name, group, alignreport or taxonomy file"; }
+
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }