]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
fixed blast code path problem
[mothur.git] / globaldata.hpp
index 3a469f08cc52dc15ca51e13d9edf23f7a380a752..0c2548971555b599ea87eba61623fb2dfcf9a8ac 100644 (file)
@@ -41,7 +41,7 @@ public:
        FullMatrix* gMatrix;
        TreeMap* gTreemap;
        SequenceDB* gSequenceDB;
-       string inputFileName, helpRequest, commandName, vertical;
+       string inputFileName, helpRequest, commandName, vertical, argv;
        bool allLines;
        vector<string>  Estimators, Groups; //holds estimators to be used
        set<int> lines; //hold lines to be used
@@ -77,12 +77,18 @@ public:
        string getSorted();
        string getEnds();
        string getProcessors();
-
+       string getSize();
+       string getTemplateFile();
+       string getSearch();
+       string getKSize();
+       string getAlign();
+       string getMatch();
+       string getMismatch();
+       string getGapopen();
+       string getGapextend();
        string getTrump();
        string getSoft();
        string getFilter();
-       
-
        string getScale();
 
 
@@ -116,7 +122,8 @@ public:
 private:
 
        string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, nexusfile, clustalfile, treefile, sharedfile, line, label, randomtree, groups;
-       string cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted, trump, soft, filter, scale, ends, processors;
+       string cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted, trump, soft, filter, scale, ends, processors, templatefile, search, ksize, align, match, size;
+       string mismatch, gapopen, gapextend;
 
 
        static GlobalData* _uniqueInstance;