Skip to content

Commit

Permalink
Move upload and 'serve' tools to their own panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 15, 2015
1 parent 53a6766 commit badc25f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions planemo/galaxy_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@
"""

TOOL_CONF_TEMPLATE = """<toolbox>
<section id="data_source" name="Data Source">
<tool file="data_source/upload.xml" />
</section>
<section id="testing" name="Test Tools">
${tool_definition}
</section>
<tool file="data_source/upload.xml" />
${tool_definition}
</toolbox>
"""

Expand Down

0 comments on commit badc25f

Please sign in to comment.