]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.h
added sff.multiple command. fixed issue with windows paralellization in chimera...
[mothur.git] / binsequencecommand.h
index 7456a2628f42969f66422d3e194b20508276dcea..1fb5664b0c018c4120881055014ec08a4e6d5559 100644 (file)
@@ -27,9 +27,10 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "bin.seqs";                    }
        string getCommandCategory()             { return "Sequence Processing"; }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Bin.seqs"; }
-
+       string getDescription()         { return "maps sequences to otus"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }