Mercurial > repos > eric-rasche > apollo
diff json2iframe.xml @ 0:6002cc0df04e draft
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 4e5a5af7689f1713c34a6ad9a9594c205e762fdd
author | eric-rasche |
---|---|
date | Tue, 03 May 2016 13:38:55 -0400 |
parents | |
children | d4ae83dedb14 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/json2iframe.xml Tue May 03 13:38:55 2016 -0400 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool id="edu.tamu.cpt2.webapollo.iframe" name="WA2: Annotate" version="1.4"> + <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 +> $output]]></command> + <inputs> + <param name="json_file" type="data" format="json" label="WebApollo 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<->WebApollo bridge, this +generates a nice little IFrame that you can use to access Apollo + +@REFERENCES@ + ]]></help> +</tool>