]> git.donarmstrong.com Git - mothur.git/blobdiff - sensspeccommand.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / sensspeccommand.h
index a5072e80c4bd908ed63d0f1ab34c83a5285b2e95..7d85a39bea25ced837551589cf21e2c431c8d7ca 100644 (file)
@@ -26,9 +26,10 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "sens.spec";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
-       string getOutputFileNameTag(string, string);
+       
        string getHelpString(); 
-       string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol. \nhttp://www.mothur.org/wiki/Sens.spec"; }
+    string getOutputPattern(string);   
+       string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol 77:3219.\nhttp://www.mothur.org/wiki/Sens.spec"; }
        string getDescription()         { return "sens.spec"; }
 
        int execute(); 
@@ -57,6 +58,7 @@ private:
        int fillSeqPairSet(set<string>&, ListVector*&);
        int process(map<string, int>&, string, bool&, string&);
        int process(set<string>&, string, bool&, string&, int);
+    string preProcessList();
 
 };