Mercurial > repos > gga > apollo_iframe
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 11:d3f65b6ccc9e | 12:46f973ab5831 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="iframe" name="Annotate" version="3.1"> | 2 <tool id="iframe" name="Annotate" version="@WRAPPER_VERSION@"> |
| 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 @EXT_URL@ |
| 13 $tracklist | |
| 13 > $output]]></command> | 14 > $output]]></command> |
| 14 <inputs> | 15 <inputs> |
| 15 <param name="json_file" type="data" format="json" label="Apollo Organism Listing" /> | 16 <param name="json_file" type="data" format="json" label="Apollo Organism Listing" /> |
| 17 <param name="tracklist" type="boolean" truevalue="--tracklist" falsevalue="" label="Force the tracklist on in JBrowse"/> | |
| 18 | |
| 16 </inputs> | 19 </inputs> |
| 17 <outputs> | 20 <outputs> |
| 18 <data format="html" name="output"/> | 21 <data format="html" name="output"/> |
| 19 </outputs> | 22 </outputs> |
| 20 <tests> | 23 <tests> |
