]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
removed readseqs, readfasta, readnexus, readclustal, readseqsphylip and updated seque...
[mothur.git] / globaldata.hpp
index 11422e0184af39e2f5fc58c911c298c6f08241fb..af5b3835ea67b52e6d16cfd0d37f323d95e4afd1 100644 (file)
@@ -53,8 +53,6 @@ public:
        string getGroupFile();
        string getOrderFile();
        string getFastaFile();
-       string getNexusFile();
-       string getClustalFile();
        string getTreeFile();
        string getSharedFile();
        string getCutOff();
@@ -123,7 +121,7 @@ public:
                
 private:
 
-       string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, nexusfile, clustalfile, treefile, sharedfile, line, label, randomtree, groups, cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted, trump, soft, hard, scale, countends, processors, candidatefile, search, ksize, align, match, size, mismatch, gapopen, gapextend, minLength, maxLength, startPos, endPos, maxAmbig, maxHomoPolymer;
+       string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, treefile, sharedfile, line, label, randomtree, groups, cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted, trump, soft, hard, scale, countends, processors, candidatefile, search, ksize, align, match, size, mismatch, gapopen, gapextend, minLength, maxLength, startPos, endPos, maxAmbig, maxHomoPolymer;
 
 
        static GlobalData* _uniqueInstance;