]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
Merge remote-tracking branch 'origin/master'
[mothur.git] / listseqscommand.h
index be53d750ac0691938e314c883d689715bc8d11c7..1a31a6dd432e837159be8d916f7ce2a25e4d4dec 100644 (file)
@@ -23,8 +23,11 @@ class ListSeqsCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "list.seqs";                           }
                string getCommandCategory()             { return "Sequence Processing";         }
-               string getHelpString(); 
-       
+               string getOutputFileNameTag(string, string);
+       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()); }