]> git.donarmstrong.com Git - mothur.git/blobdiff - sffinfocommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / sffinfocommand.h
index 939a1c70bf87ee50c97aa95bc387599cf0b866f5..7cf357e07499ad5797dec8bbc1e647c163993aa8 100644 (file)
@@ -60,7 +60,12 @@ class SffInfoCommand : public Command {
        
 public:
        SffInfoCommand(string);
+       SffInfoCommand();
        ~SffInfoCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -69,6 +74,7 @@ private:
        vector<string> filenames, outputNames, accnosFileNames;
        bool abort, fasta, qual, trim, flow, sfftxt, hasAccnos;
        set<string> seqNames;
+       map<string, vector<string> > outputTypes;
        
        int extractSffInfo(string, string);
        int readCommonHeader(ifstream&, CommonHeader&);