X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=f814d8487d81fc98e98f2245ee13c5564ec5424b;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=6a210a180e5bc9453005c7aefb8613fa45d52c03;hpb=14edc148cb299c5624f72bb681375b704aa74f43;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index 6a210a1..f814d84 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -16,13 +16,23 @@ class ListSeqsCommand : public Command { public: - ListSeqsCommand(string); - ~ListSeqsCommand(){}; - int execute(); - void help(); - + ListSeqsCommand(string); + ListSeqsCommand(); + ~ListSeqsCommand(){} + + vector setParameters(); + 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()); } + + private: - vector names; + vector names, outputNames; string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile; bool abort;