X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;h=c71b5f2804a71190c6919f0dc80bf80d32f15508;hb=44f3a3c81a34fdee62550d98838a4b421e8df08e;hp=0f606ffb59ac884b46ac97d861aa3542786d1793;hpb=4f3d46bdb42c23468a534486fd105180b030fc65;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();