Mercurial > repos > eric-rasche > apollo
diff list_organisms.xml @ 0:6002cc0df04e draft
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 4e5a5af7689f1713c34a6ad9a9594c205e762fdd
| author | eric-rasche |
|---|---|
| date | Tue, 03 May 2016 13:38:55 -0400 |
| parents | |
| children | d4ae83dedb14 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/list_organisms.xml Tue May 03 13:38:55 2016 -0400 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<tool id="edu.tamu.cpt2.webapollo.list_organism" name="WA2: List Organisms" version="1.2"> + <description>lists all organisms know to Apollo</description> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements"/> + <command detect_errors="aggressive"><![CDATA[ +python $__tool_directory__/list_organisms.py +@AUTH@ +> $output]]></command> + <inputs> + </inputs> + <outputs> + <data format="json" name="output"/> + </outputs> + <help><![CDATA[ +**What it does** + +Lists organism in Apollo + +@REFERENCES@ + ]]></help> +</tool>
