- Create a new section in the Galaxy config file
config/tool_conf.xmland paste the following:
<section id="sbc-rs" name="SynBioCAD RRulesParser">
<tool file="rpTools/RRulesParser/wrap.xml" />
</section>
- Make sure that the following entry exists under Galaxy's destination tag in
config/tool_conf.xml:
<destination id="local" runner="local" />
And that the destination of the tool is referred under the tools tag in config/job_conf.xml:
<tool id="RRulesParser" destination="local" />
- Galaxy - The Galaxy project
- Melchior du Lac
- Joan Hérisson
- Thomas Duigou
This project is licensed under the MIT License - see the LICENSE.md file for details