diff 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
line wrap: on
line diff
--- a/json2iframe.xml	Tue May 03 13:48:11 2016 -0400
+++ b/json2iframe.xml	Thu Jan 12 11:52:28 2017 -0500
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="edu.tamu.cpt2.webapollo.iframe" name="WA2: Annotate" version="1.4">
+<tool id="edu.tamu.cpt2.webapollo.iframe" name="Annotate" version="3.0">
   <description>opens an IFrame to Apollo</description>
   <macros>
     <import>macros.xml</import>
@@ -9,9 +9,10 @@
 python $__tool_directory__/json2iframe.py
 @URL@
 $json_file
+@EXT_URL@
 > $output]]></command>
   <inputs>
-    <param name="json_file" type="data" format="json" label="WebApollo Organism Listing" />
+    <param name="json_file" type="data" format="json" label="Apollo Organism Listing" />
   </inputs>
   <outputs>
     <data format="html" name="output"/>
@@ -19,7 +20,7 @@
   <help><![CDATA[
 **What it does**
 
-Given a json file that's output by the Galaxy<->WebApollo bridge, this
+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@