X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=1a31a6dd432e837159be8d916f7ce2a25e4d4dec;hb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990;hp=889b3733df47f346be5a3fd9dd327a0660913c61;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index 889b373..1a31a6d 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -19,16 +19,21 @@ class ListSeqsCommand : public Command { ListSeqsCommand(string); ListSeqsCommand(); ~ListSeqsCommand(){} - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); - + + vector setParameters(); + string getCommandName() { return "list.seqs"; } + string getCommandCategory() { return "Sequence Processing"; } + 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()); } + + private: vector names, outputNames; - map > outputTypes; string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile; bool abort;