Mercurial > repos > eric-rasche > apollo
comparison list_organisms.xml @ 3:d4ae83dedb14 draft
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 4ac38d0b6dba1183f3e78eb5c224c7051064b4a5
| author | eric-rasche |
|---|---|
| date | Thu, 12 Jan 2017 11:52:28 -0500 |
| parents | 6002cc0df04e |
| children |
comparison
equal
deleted
inserted
replaced
| 2:c8e16c8eff98 | 3:d4ae83dedb14 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="edu.tamu.cpt2.webapollo.list_organism" name="WA2: List Organisms" version="1.2"> | 2 <tool id="edu.tamu.cpt2.webapollo.list_organism" name="List Organisms" version="3.0"> |
| 3 <description>lists all organisms know to Apollo</description> | 3 <description>in 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__/list_organisms.py | 9 python $__tool_directory__/list_organisms.py |
| 10 @AUTH@ | 10 @ADMIN_AUTH@ |
| 11 $__user_email__ | |
| 11 > $output]]></command> | 12 > $output]]></command> |
| 12 <inputs> | 13 <inputs> |
| 13 </inputs> | 14 </inputs> |
| 14 <outputs> | 15 <outputs> |
| 15 <data format="json" name="output"/> | 16 <data format="json" name="output"/> |
