view json2iframe.xml @ 6:8f76685cdfc8 draft

planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit ce14e1d0d2be125b1fdf60701f02291ef7b1024d
author eric-rasche
date Sat, 04 Mar 2017 18:00:52 -0500
parents d4ae83dedb14
children
line wrap: on
line source

<?xml version="1.0"?>
<tool id="edu.tamu.cpt2.webapollo.iframe" name="Annotate" version="3.0">
  <description>opens an IFrame to Apollo</description>
  <macros>
    <import>macros.xml</import>
  </macros>
  <expand macro="requirements"/>
  <command detect_errors="aggressive"><![CDATA[
python $__tool_directory__/json2iframe.py
@URL@
$json_file
@EXT_URL@
> $output]]></command>
  <inputs>
    <param name="json_file" type="data" format="json" label="Apollo Organism Listing" />
  </inputs>
  <outputs>
    <data format="html" name="output"/>
  </outputs>
  <help><![CDATA[
**What it does**

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@
      ]]></help>
</tool>