]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.hpp
modified sequence class to read fasta files with comments. this required modification...
[mothur.git] / commandfactory.hpp
index 0cede38b05904dd9252f8987c8782f32f04cc297..55f70eaabf1440488c46679472dd86c36693b088 100644 (file)
@@ -19,6 +19,7 @@ public:
        CommandFactory();
        ~CommandFactory();
        Command* getCommand(string, string);
+       Command* getCommand();
        bool isValidCommand(string);
        void printCommands(ostream&);