]> git.donarmstrong.com Git - mothur.git/blobdiff - trimflowscommand.h
update to new version of Xcode
[mothur.git] / trimflowscommand.h
index 2594815f6b763a303382f9730bce36e84060b713..065e6b4532e071383c39c54e38047b01a2b45344 100644 (file)
@@ -26,7 +26,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "trim.flows";  }
        string getCommandCategory()             { return "Sequence Processing";         }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Trim.flows"; }
        string getDescription()         { return "trim.flows"; }
 
@@ -67,7 +69,6 @@ private:
        
        string flowFileName, oligoFileName, outputDir;
 
-
        map<string, int> barcodes;
        map<string, int> primers;
        vector<string> revPrimer;