Files
galaxy/tools/data_source/ucsc_tablebrowser.xml
T
James Taylor 4a4c8d25dc New layouts and style.
They are somewhat independent (you can use the new layout with the old style
and vice versa) but they belong together.

Tested in Firefox, Safari, IE5.5, IE6, but there are still some features
to be implemented before this is ready for 'main'.

To use, first add "new_style_june_2007=true" to the app:universe section of
universe_wsgi.ini (this gives you the new layout). Second change document_root
to "%(here)s/static/june_2007_style/blue" in the app:static_style section.

Style Features: simplifications, fewer 'hatched' images, space savings in some
places, small changes to the color scheme (same general feel, but the colors
are better matched). Main changes are to history, the new style support nested
datasets much better.

Layout features: no framesets (just iframes, some of which can be replaced with divs and ajax down the road). Frames are resizable and hideable. Tools can provide width hints and history will automatically hide (try UCSC main to see this).
2007-07-05 18:39:36 +00:00

28 lines
858 B
XML

<?xml version="1.0"?>
<tool name="UCSC Main" id="ucsc_table_direct1">
<description>table browser</description>
<command interpreter="python2.4">ucsc_tablebrowser.py $output</command>
<inputs action="http://genome.ucsc.edu/cgi-bin/hgTables" check_values="false" method="get">
<display>go to UCSC Table Browser $GALAXY_URL</display>
<param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
<param name="tool_id" type="hidden" value="ucsc_table_direct1" />
<param name="sendToGalaxy" type="hidden" value="1" />
<param name="hgta_compressType" type="hidden" value="none" />
<param name="hgta_outputType" type="hidden" value="bed" />
</inputs>
<uihints minwidth="800"/>
<code file="ucsc_tablebrowser_code.py"/>
<outputs>
<data name="output" format="bed" />
</outputs>
<options sanitize="False" refresh="True"/>
</tool>