]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
pat's differences before v.1.8
[mothur.git] / screenseqscommand.h
index eab66ee23d5c0d07a6498b67ab130fb8a7622f4d..5b44091dbd07d044f0de288490ff0d4633495008 100644 (file)
@@ -23,9 +23,10 @@ public:
 private:
        void screenNameGroupFile(set<string>);
        void screenGroupFile(set<string>);
-
+       void screenAlignReport(set<string>);
+       
        bool abort;
-       string fastafile, namefile, groupfile;
+       string fastafile, namefile, groupfile, alignreport, outputDir;
        int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength;
 };