comparison list_organisms.xml @ 0:1f2e360f7554 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit f745b23c84a615bf434d717c8c0e553a012f0268
author gga
date Mon, 11 Sep 2017 05:48:05 -0400
parents
children b69804a685e2
comparison
equal deleted inserted replaced
-1:000000000000 0:1f2e360f7554
1 <?xml version="1.0"?>
2 <tool id="list_organism" name="List Organisms" version="3.0">
3 <description>in 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 @ADMIN_AUTH@
11 $__user_email__
12 > $output]]></command>
13 <inputs>
14 </inputs>
15 <outputs>
16 <data format="json" name="output"/>
17 </outputs>
18 <tests>
19 <test expect_failure="true">
20 <expand macro="test_result" />
21 </test>
22 </tests>
23 <help><![CDATA[
24 **What it does**
25
26 Lists organism in Apollo
27
28 @REFERENCES@
29 ]]></help>
30 <expand macro="citations"/>
31 </tool>