Mercurial > repos > gga > apollo_iframe
diff json2iframe.xml @ 12:46f973ab5831 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:04:28 -0400 |
| parents | d7c23d4336b6 |
| children | 3e1554929ff5 |
line wrap: on
line diff
--- a/json2iframe.xml Wed Apr 10 13:25:49 2019 -0400 +++ b/json2iframe.xml Mon Jul 29 10:04:28 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"/>
