comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:6002cc0df04e
1 <?xml version="1.0"?>
2 <tool id="edu.tamu.cpt2.webapollo.list_organism" name="WA2: List Organisms" version="1.2">
3 <description>lists all organisms know to Apollo</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[
9 python $__tool_directory__/list_organisms.py
10 @AUTH@
11 > $output]]></command>
12 <inputs>
13 </inputs>
14 <outputs>
15 <data format="json" name="output"/>
16 </outputs>
17 <help><![CDATA[
18 **What it does**
19
20 Lists organism in Apollo
21
22 @REFERENCES@
23 ]]></help>
24 </tool>