]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
paralellized seq.error and dist.shared added some error checks to libshuff and dist...
[mothur.git] / screenseqscommand.h
index b8ab242e187b2f1b0fccc8b087e7c17f2cc0c903..b165bba2f2f343a8a20a4b07cb2290a43fd13c32 100644 (file)
@@ -23,6 +23,7 @@ public:
        string getCommandName()                 { return "screen.seqs";                         }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Screen.seqs"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }  
@@ -42,6 +43,7 @@ private:
        int screenNameGroupFile(set<string>);
        int screenGroupFile(set<string>);
        int screenAlignReport(set<string>);
+       int screenQual(set<string>);
        
        int driver(linePair*, string, string, string, set<string>&);
        int createProcesses(string, string, string, set<string>&);
@@ -51,7 +53,7 @@ private:
        #endif
 
        bool abort;
-       string fastafile, namefile, groupfile, alignreport, outputDir;
+       string fastafile, namefile, groupfile, alignreport, outputDir, qualfile;
        int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength, processors, criteria;
        vector<string> outputNames;
        vector<string> optimize;