X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makecontigscommand.h;h=3300f692df857ca66d28a22501e63b848daa7625;hb=4458418562cc9dfc9a29ed4f8f6cfc7bfb927d40;hp=86a8450afaf76ba3be6a167ce8b856a605f09166;hpb=5c5c0428f6d548c28a8b903ac80efed4f92d59db;p=mothur.git diff --git a/makecontigscommand.h b/makecontigscommand.h index 86a8450..3300f69 100644 --- a/makecontigscommand.h +++ b/makecontigscommand.h @@ -49,8 +49,9 @@ public: string getCommandName() { return "make.contigs"; } string getCommandCategory() { return "Sequence Processing"; } //commmand category choices: Sequence Processing, OTU-Based Approaches, Hypothesis Testing, Phylotype Analysis, General, Clustering and Hidden - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Make.contigs"; } string getDescription() { return "description"; } @@ -59,7 +60,7 @@ public: private: bool abort, allFiles, createGroup; - string outputDir, ffastqfile, rfastqfile, align, oligosfile; + string outputDir, ffastqfile, rfastqfile, align, oligosfile, rfastafile, ffastafile, rqualfile, fqualfile, file; float match, misMatch, gapOpen, gapExtend; int processors, longestBase, threshold, tdiffs, bdiffs, pdiffs, ldiffs, sdiffs; vector outputNames; @@ -78,7 +79,7 @@ private: //vector groupVector; fastqRead readFastq(ifstream&, bool&); - vector< vector > readFastqFiles(int&); + vector< vector > readFastqFiles(unsigned long int&); bool checkReads(fastqRead&, fastqRead&); int createProcesses(vector< vector >, string, string, string, string, string, vector >, vector >); int driver(vector, string, string, string, string, string, vector >, vector >);