Mercurial > repos > eric-rasche > apollo
view list_organisms.xml @ 8:df7a90763b3c draft default tip
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 37aa8fa02c144220da9a3899644025b8c19697c9
| author | eric-rasche |
|---|---|
| date | Tue, 27 Jun 2017 04:13:27 -0400 |
| parents | d4ae83dedb14 |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool id="edu.tamu.cpt2.webapollo.list_organism" name="List Organisms" version="3.0"> <description>in Apollo</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ python $__tool_directory__/list_organisms.py @ADMIN_AUTH@ $__user_email__ > $output]]></command> <inputs> </inputs> <outputs> <data format="json" name="output"/> </outputs> <help><![CDATA[ **What it does** Lists organism in Apollo @REFERENCES@ ]]></help> </tool>
