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