comparison einfo.xml @ 0:6a27397a8d55 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 780c9984a9c44d046aadf1e316a668d1e53aa1f0
author iuc
date Sat, 31 Oct 2015 12:44:29 -0400
parents
children 7046e3b3498b
comparison
equal deleted inserted replaced
-1:000000000000 0:6a27397a8d55
1 <?xml version="1.0"?>
2 <tool id="ncbi_eutils_einfo" name="NCBI EInfo" version="@WRAPPER_VERSION@">
3 <description>fetch NCBI database metadata</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="requirements"/>
8 <expand macro="stdio"/>
9 <version_command>python einfo.py --version</version_command>
10 <command interpreter="python"><![CDATA[einfo.py
11 --db $db_select
12
13 @EMAIL_ARGUMENTS@
14 > $default]]></command>
15 <inputs>
16 <expand macro="dbselect"/>
17 </inputs>
18 <outputs>
19 <data format="xml" name="default" label="NCBI Database Information: $db_select"/>
20 </outputs>
21 <tests>
22 <test>
23 <param name="db_select" value="pubmed"/>
24 <output name="default" file="pubmed.metadata.xml" compare="sim_size"/>
25 </test>
26 </tests>
27 <help><![CDATA[
28 NCBI Entrez EInfo
29 =================
30
31 Provides the number of records indexed in each field of a given database, the
32 date of the last update of the database, and the available links from the
33 database to other Entrez databases.
34
35 @REFERENCES@
36
37 @DISCLAIMER@
38 ]]></help>
39 <expand macro="citations"/>
40 </tool>