X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;h=60e471eebf7865d5924406ef7c720c3bdcdf4648;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=0f606ffb59ac884b46ac97d861aa3542786d1793;hpb=4f3d46bdb42c23468a534486fd105180b030fc65;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 0f606ff..60e471e 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"; } @@ -34,7 +35,7 @@ class GetSeqsCommand : public Command { private: set names; vector outputNames; - string accnosfile, accnosfile2, fastafile, namefile, groupfile, alignfile, listfile, taxfile, qualfile, outputDir; + string accnosfile, accnosfile2, fastafile, namefile, countfile, groupfile, alignfile, listfile, taxfile, qualfile, outputDir; bool abort, dups; //for debug @@ -43,8 +44,8 @@ class GetSeqsCommand : public Command { int readFasta(); int readName(); int readGroup(); + int readCount(); int readAlign(); - int readAccnos(); int readList(); int readTax(); int readQual();