Mercurial > repos > iuc > ncbi_entrez_direct_einfo
annotate einfo.xml @ 2:df0df73c8bda draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
author | iuc |
---|---|
date | Sat, 18 May 2024 20:23:10 +0000 |
parents | c66f2400ecf8 |
children |
rev | line source |
---|---|
0
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1 <tool id="ncbi_entrez_direct_einfo" name="NCBI EInfo" version="@TOOL_VERSION@"> |
2
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2 <description>fetch NCBI database metadata</description> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
3 <macros> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
4 <import>macros.xml</import> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
5 </macros> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
6 <expand macro="requirements"/> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
7 <version_command>einfo -version</version_command> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
0
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
9 @ECONTACT@ |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
10 einfo |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
11 #if str( $db.target ) == "dbs": |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
12 -dbs |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
13 #else: |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
14 -db "${db.db}" |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
15 #end if |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
16 > '${output_xml}' |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
17 ]]> |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
18 </command> |
2
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
19 <inputs> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
20 <conditional name="db"> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
21 <param name="target" type="select" label="List DBs or Info on a DB"> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
22 <option value="db" selected="True">DB info</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
23 <option value="dbs">List of DBs</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
24 </param> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
25 <when value="dbs"/> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
26 <when value="db"> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
27 <param argument="-db" type="select" label="Choose your DB"> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
28 <option value="annotinfo">annotinfo</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
29 <option value="assembly">assembly</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
30 <option value="bioproject">bioproject</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
31 <option value="biosample">biosample</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
32 <option value="biosystems">biosystems</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
33 <option value="blastdbinfo">blastdbinfo</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
34 <option value="books">books</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
35 <option value="cdd">cdd</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
36 <option value="clinvar">clinvar</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
37 <option value="clone">clone</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
38 <option value="dbvar">dbvar</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
39 <option value="gap">gap</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
40 <option value="gapplus">gapplus</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
41 <option value="gds">gds</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
42 <option value="gencoll">gencoll</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
43 <option value="gene">gene</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
44 <option value="genome">genome</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
45 <option value="geoprofiles">geoprofiles</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
46 <option value="grasp">grasp</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
47 <option value="gtr">gtr</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
48 <option value="homologene">homologene</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
49 <option value="medgen">medgen</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
50 <option value="mesh">mesh</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
51 <option value="ncbisearch">ncbisearch</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
52 <option value="nlmcatalog">nlmcatalog</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
53 <option value="nuccore">nuccore</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
54 <option value="nucest">nucest</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
55 <option value="nucgss">nucgss</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
56 <option value="nucleotide">nucleotide</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
57 <option value="omim">omim</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
58 <option value="orgtrack">orgtrack</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
59 <option value="pcassay">pcassay</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
60 <option value="pccompound">pccompound</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
61 <option value="pcsubstance">pcsubstance</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
62 <option value="pmc">pmc</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
63 <option value="popset">popset</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
64 <option value="probe">probe</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
65 <option value="protein">protein</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
66 <option value="proteinclusters">proteinclusters</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
67 <option value="pubmed">pubmed</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
68 <option value="pubmedhealth">pubmedhealth</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
69 <option value="seqannot">seqannot</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
70 <option value="snp">snp</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
71 <option value="sra">sra</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
72 <option value="structure">structure</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
73 <option value="taxonomy">taxonomy</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
74 <option value="unigene">unigene</option> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
75 </param> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
76 </when> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
77 </conditional> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
78 </inputs> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
79 <outputs> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
80 <data format="xml" name="output_xml"/> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
81 </outputs> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
82 <tests> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
83 <test> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
84 <param name="db|target" value="db"/> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
85 <param name="db|db" value="sra"/> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
86 <output name="output_xml"> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
87 <assert_contents> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
88 <has_text_matching expression="SRA"/> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
89 </assert_contents> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
90 </output> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
91 </test> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
92 </tests> |
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
93 <help><![CDATA[ |
0
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
94 NCBI Entrez EInfo |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
95 ================= |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
96 |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
97 Provides the number of records indexed in each field of a given database, the |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
98 date of the last update of the database, and the available links from the |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
99 database to other Entrez databases. |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
100 |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
101 @DISCLAIMER@ |
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
102 ]]></help> |
2
df0df73c8bda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
103 <expand macro="citations"/> |
0
c66f2400ecf8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
104 </tool> |