X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=bd7beae73360da9453911e7d5b755135a00f4d54;hb=92de7f976371d41441ad41f02ca83af8b43cef5c;hp=889b3733df47f346be5a3fd9dd327a0660913c61;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index 889b373..bd7beae 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -19,16 +19,18 @@ 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 "get.seqs"; } + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } + + private: vector names, outputNames; - map > outputTypes; string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile; bool abort;