X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=b8a79c06035825fd92050a1e0c610ac6b77bd122;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=1a31a6dd432e837159be8d916f7ce2a25e4d4dec;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index 1a31a6d..b8a79c0 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -23,8 +23,9 @@ class ListSeqsCommand : public Command { vector setParameters(); string getCommandName() { return "list.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/List.seqs"; } string getDescription() { return "lists sequences from a list, fasta, name, group, alignreport or taxonomy file"; } @@ -34,7 +35,7 @@ class ListSeqsCommand : public Command { private: vector names, outputNames; - string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile; + string fastafile, namefile, groupfile, countfile, alignfile, inputFileName, outputDir, listfile, taxfile; bool abort; int readFasta(); @@ -43,6 +44,7 @@ class ListSeqsCommand : public Command { int readAlign(); int readList(); int readTax(); + int readCount(); };