]> git.donarmstrong.com Git - mothur.git/blobdiff - trimflowscommand.h
working on current change
[mothur.git] / trimflowscommand.h
index 7458dbe60b90f52c900e3ffd8fb645ccce0d0e86..339845883f2b1c088d7d21eee05ee81c0d618d08 100644 (file)
@@ -20,13 +20,16 @@ class TrimFlowsCommand : public Command {
 public:
        TrimFlowsCommand(string);
        TrimFlowsCommand();
-       ~TrimFlowsCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();
+       ~TrimFlowsCommand() {}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "trim.flows";  }
+       string getCommandCategory()             { return "Hidden";              }
+       string getHelpString(); 
+       string getCitation() { return "no citation"; }
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        bool abort;
@@ -44,13 +47,9 @@ private:
        int createProcessesCreateTrim(string, string, string, string, vector<vector<string> >); 
        int driverCreateTrim(string, string, string, string, vector<vector<string> >, linePair*);
 
-       
-       map<string, vector<string> > outputTypes;
        vector<string> outputNames;
        set<string> filesToRemove;
        
-       
-       
        void getOligos(vector<vector<string> >&);               //a rewrite of what is in trimseqscommand.h
        int stripBarcode(Sequence&, int&);                              //largely redundant with trimseqscommand.h
        int stripForward(Sequence&, int&);                              //largely redundant with trimseqscommand.h