X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;fp=getseqscommand.h;h=c71b5f2804a71190c6919f0dc80bf80d32f15508;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=0f606ffb59ac884b46ac97d861aa3542786d1793;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 0f606ff..c71b5f2 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -23,7 +23,8 @@ class GetSeqsCommand : public Command { vector setParameters(); string getCommandName() { return "get.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getHelpString(); + string getOutputFileNameTag(string, string); + string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Get.seqs"; } string getDescription() { return "gets sequences from a list, fasta, name, group, alignreport, quality or taxonomy file"; } @@ -44,7 +45,6 @@ class GetSeqsCommand : public Command { int readName(); int readGroup(); int readAlign(); - int readAccnos(); int readList(); int readTax(); int readQual();