diff json2iframe.xml @ 9:b0714ffcf142 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 49fe23e3fb330234900946352fbc3a86deeeb639
author gga
date Mon, 29 Jul 2019 10:08:38 -0400
parents 466f03bef714
children c6172b538caf
line wrap: on
line diff
--- a/json2iframe.xml	Wed Apr 10 13:58:21 2019 -0400
+++ b/json2iframe.xml	Mon Jul 29 10:08:38 2019 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="iframe" name="Annotate" version="3.1">
+<tool id="iframe" name="Annotate" version="@WRAPPER_VERSION@">
   <description>opens an IFrame to Apollo</description>
   <macros>
     <import>macros.xml</import>
@@ -10,9 +10,12 @@
 @URL@
 '$json_file'
 @EXT_URL@
+$tracklist
 > $output]]></command>
   <inputs>
     <param name="json_file" type="data" format="json" label="Apollo Organism Listing" />
+    <param name="tracklist" type="boolean" truevalue="--tracklist" falsevalue="" label="Force the tracklist on in JBrowse"/>
+
   </inputs>
   <outputs>
     <data format="html" name="output"/>