Mercurial > repos > eric-rasche > apollo
view json2iframe.xml @ 8:df7a90763b3c draft default tip
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 37aa8fa02c144220da9a3899644025b8c19697c9
| author | eric-rasche |
|---|---|
| date | Tue, 27 Jun 2017 04:13:27 -0400 |
| parents | d4ae83dedb14 |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool id="edu.tamu.cpt2.webapollo.iframe" name="Annotate" version="3.0"> <description>opens an IFrame to Apollo</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ python $__tool_directory__/json2iframe.py @URL@ $json_file @EXT_URL@ > $output]]></command> <inputs> <param name="json_file" type="data" format="json" label="Apollo Organism Listing" /> </inputs> <outputs> <data format="html" name="output"/> </outputs> <help><![CDATA[ **What it does** Given a json file that's output by the Galaxy<->Apollo bridge, this generates a nice little IFrame that you can use to access Apollo @REFERENCES@ ]]></help> </tool>
