X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sortseqscommand.h;h=6d9c5ed8f2c6183ffdce14f52bff60da3f2316a8;hb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;hp=b8078555385fe9f7d454366517c19d96238242f2;hpb=88cf5f80fc06dbd9e95d14bcefc63aba8759d544;p=mothur.git diff --git a/sortseqscommand.h b/sortseqscommand.h index b807855..6d9c5ed 100644 --- a/sortseqscommand.h +++ b/sortseqscommand.h @@ -25,9 +25,10 @@ public: vector setParameters(); string getCommandName() { return "sort.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getHelpString(); + string getOutputFileNameTag(string, string); + string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Sort.seqs"; } - string getDescription() { return "puts sequences from a fasta, name, group, quality or taxonomy file in the same order"; } + string getDescription() { return "puts sequences from a fasta, name, group, quality, flow or taxonomy file in the same order"; } int execute(); void help() { m->mothurOut(getHelpString()); } @@ -35,14 +36,14 @@ public: private: map names; - string accnosfile, fastafile, namefile, groupfile, taxfile, qualfile, outputDir; + string accnosfile, fastafile, namefile, groupfile, taxfile, qualfile, flowfile, outputDir; bool abort, large; vector outputNames; int readFasta(); + int readFlow(); int readName(); int readGroup(); - int readAccnos(); int readTax(); int readQual();