comparison json2iframe.xml @ 3:d4ae83dedb14 draft

planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 4ac38d0b6dba1183f3e78eb5c224c7051064b4a5
author eric-rasche
date Thu, 12 Jan 2017 11:52:28 -0500
parents 6002cc0df04e
children
comparison
equal deleted inserted replaced
2:c8e16c8eff98 3:d4ae83dedb14
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="edu.tamu.cpt2.webapollo.iframe" name="WA2: Annotate" version="1.4"> 2 <tool id="edu.tamu.cpt2.webapollo.iframe" name="Annotate" version="3.0">
3 <description>opens an IFrame to Apollo</description> 3 <description>opens an IFrame to Apollo</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 python $__tool_directory__/json2iframe.py 9 python $__tool_directory__/json2iframe.py
10 @URL@ 10 @URL@
11 $json_file 11 $json_file
12 @EXT_URL@
12 > $output]]></command> 13 > $output]]></command>
13 <inputs> 14 <inputs>
14 <param name="json_file" type="data" format="json" label="WebApollo Organism Listing" /> 15 <param name="json_file" type="data" format="json" label="Apollo Organism Listing" />
15 </inputs> 16 </inputs>
16 <outputs> 17 <outputs>
17 <data format="html" name="output"/> 18 <data format="html" name="output"/>
18 </outputs> 19 </outputs>
19 <help><![CDATA[ 20 <help><![CDATA[
20 **What it does** 21 **What it does**
21 22
22 Given a json file that's output by the Galaxy<->WebApollo bridge, this 23 Given a json file that's output by the Galaxy<->Apollo bridge, this
23 generates a nice little IFrame that you can use to access Apollo 24 generates a nice little IFrame that you can use to access Apollo
24 25
25 @REFERENCES@ 26 @REFERENCES@
26 ]]></help> 27 ]]></help>
27 </tool> 28 </tool>