Mercurial > repos > iuc > ncbi_entrez_direct_efetch
annotate efetch.xml @ 4:af03467ca379 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1f7b04db717bd82f93519fdc3f34f589bb671e48
author | iuc |
---|---|
date | Mon, 29 Jul 2024 07:07:23 +0000 |
parents | 59dfa639e78e |
children |
rev | line source |
---|---|
0
91efba463050
"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_efetch" name="NCBI EFetch" version="@TOOL_VERSION@"> |
2
59dfa639e78e
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 records from NCBI</description> |
59dfa639e78e
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> |
59dfa639e78e
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> |
59dfa639e78e
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> |
59dfa639e78e
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"/> |
59dfa639e78e
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>efetch -version</version_command> |
59dfa639e78e
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
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
9 @ECONTACT@ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
10 efetch |
91efba463050
"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.db ) == "": |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
12 #if str( $db.db_manual ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
13 -db "${db.db_manual}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
14 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
15 #if str( $db.format ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
16 -format "${db.format}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
17 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
18 #if str( $db.mode ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
19 -mode "${db.mode}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
20 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
21 #else: |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
22 #if str( $db.db ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
23 -db "${db.db}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
24 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
25 #if str( $db.format.format ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
26 -format "${db.format.format}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
27 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
28 #if str( $db.format.mode ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
29 -mode "${db.format.mode}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
30 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
31 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
32 #if str( $ranges.seq_start ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
33 -seq_start "${ranges.seq_start}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
34 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
35 #if str( $ranges.seq_stop ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
36 -seq_stop "${ranges.seq_stop}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
37 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
38 #if str( $ranges.strand ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
39 -strand "${ranges.strand}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
40 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
41 #if str( $ranges.complexity ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
42 -complexity "${ranges.complexity}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
43 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
44 #if str( $ranges.chr_start ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
45 -chr_start "${ranges.chr_start}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
46 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
47 #if str( $ranges.chr_stop ): |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
48 -chr_stop "${ranges.chr_stop}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
49 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
50 #if str( $query.source ) == "id": |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
51 -id "${query.id}" |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
52 #else: |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
53 < '$query.input_file' |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
54 #end if |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
55 > '${output_result}' |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
56 ]]> |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
57 </command> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
58 <inputs> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
59 <conditional name="query"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
60 <param name="source" type="select" label="Select query source"> |
59dfa639e78e
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="history">NCBI WebEnv History</option> |
59dfa639e78e
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="id">Direct Entry</option> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
63 </param> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
64 <when value="history"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
65 <param name="input_file" type="data" format="xml" label="Input File"/> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
66 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
67 <when value="id"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
68 <param argument="-id" type="text" label="Query ID"/> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
69 </when> |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
70 </conditional> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
71 <conditional name="db"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
72 <param argument="-db" type="select" label="Database"> |
59dfa639e78e
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="annotinfo">annotinfo</option> |
59dfa639e78e
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="assembly">assembly</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
75 <option value="bioproject">bioproject</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
76 <option value="biosample">biosample</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
77 <option value="biosystems">biosystems</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
78 <option value="blastdbinfo">blastdbinfo</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
79 <option value="books">books</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
80 <option value="cdd">cdd</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
81 <option value="clinvar">clinvar</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
82 <option value="clone">clone</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
83 <option value="dbvar">dbvar</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
84 <option value="gap">gap</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
85 <option value="gapplus">gapplus</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
86 <option value="gds">gds</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
87 <option value="gencoll">gencoll</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
88 <option value="gene">gene</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
89 <option value="genome">genome</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
90 <option value="geoprofiles">geoprofiles</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
91 <option value="grasp">grasp</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
92 <option value="gtr">gtr</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
93 <option value="homologene">homologene</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
94 <option value="medgen">medgen</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
95 <option value="mesh">mesh</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
96 <option value="ncbisearch">ncbisearch</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
97 <option value="nlmcatalog">nlmcatalog</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
98 <option value="nuccore">nuccore</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
99 <option value="nucest">nucest</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
100 <option value="nucgss">nucgss</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
101 <option value="nucleotide">nucleotide</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
102 <option value="omim">omim</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
103 <option value="orgtrack">orgtrack</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
104 <option value="pcassay">pcassay</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
105 <option value="pccompound">pccompound</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
106 <option value="pcsubstance">pcsubstance</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
107 <option value="pmc">pmc</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
108 <option value="popset">popset</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
109 <option value="probe">probe</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
110 <option value="protein">protein</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
111 <option value="proteinclusters">proteinclusters</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
112 <option value="pubmed">pubmed</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
113 <option value="pubmedhealth">pubmedhealth</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
114 <option value="seqannot">seqannot</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
115 <option value="sequences">sequences</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
116 <option value="snp">snp</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
117 <option value="sra">sra</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
118 <option value="structure">structure</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
119 <option value="taxonomy">taxonomy</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
120 <option value="unigene">unigene</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
121 <option value="">Manual Entry</option> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
122 </param> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
123 <when value="annotinfo"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
124 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
125 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
126 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
127 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
128 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
129 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
130 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
131 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
132 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
133 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
134 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
135 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
136 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
137 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
138 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
139 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
140 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
141 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
142 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
143 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
144 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
145 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
146 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
147 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
148 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
149 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
150 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
151 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
152 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
153 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
154 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
155 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
156 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
157 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
158 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
159 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
160 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
161 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
162 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
163 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
164 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
165 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
166 <when value="assembly"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
167 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
168 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
169 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
170 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
171 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
172 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
173 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
174 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
175 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
176 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
177 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
178 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
179 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
180 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
181 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
182 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
183 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
184 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
185 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
186 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
187 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
188 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
189 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
190 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
191 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
192 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
193 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
194 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
195 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
196 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
197 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
198 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
199 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
200 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
201 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
202 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
203 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
204 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
205 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
206 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
207 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
208 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
209 <when value="bioproject"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
210 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
211 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
212 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
213 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
214 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
215 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
216 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
217 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
218 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
219 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
220 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
221 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
222 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
223 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
224 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
225 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
226 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
227 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
228 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
229 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
230 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
231 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
232 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
233 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
234 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
235 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
236 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
237 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
238 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
239 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
240 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
241 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
242 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
243 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
244 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
245 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
246 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
247 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
248 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
249 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
250 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
251 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
252 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
253 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
254 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
255 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
256 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
257 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
258 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
259 <when value="biosample"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
260 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
261 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
262 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
263 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
264 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
265 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
266 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
267 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
268 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
269 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
270 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
271 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
272 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
273 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
274 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
275 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
276 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
277 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
278 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
279 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
280 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
281 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
282 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
283 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
284 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
285 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
286 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
287 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
288 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
289 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
290 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
291 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
292 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
293 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
294 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
295 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
296 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
297 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
298 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
299 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
300 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
301 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
302 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
303 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
304 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
305 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
306 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
307 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
308 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
309 <when value="biosystems"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
310 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
311 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
312 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
313 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
314 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
315 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
316 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
317 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
318 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
319 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
320 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
321 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
322 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
323 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
324 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
325 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
326 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
327 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
328 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
329 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
330 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
331 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
332 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
333 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
334 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
335 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
336 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
337 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
338 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
339 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
340 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
341 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
342 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
343 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
344 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
345 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
346 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
347 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
348 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
349 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
350 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
351 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
352 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
353 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
354 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
355 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
356 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
357 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
358 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
359 <when value="blastdbinfo"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
360 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
361 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
362 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
363 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
364 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
365 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
366 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
367 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
368 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
369 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
370 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
371 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
372 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
373 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
374 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
375 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
376 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
377 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
378 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
379 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
380 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
381 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
382 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
383 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
384 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
385 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
386 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
387 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
388 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
389 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
390 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
391 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
392 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
393 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
394 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
395 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
396 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
397 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
398 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
399 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
400 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
401 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
402 <when value="books"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
403 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
404 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
405 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
406 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
407 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
408 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
409 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
410 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
411 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
412 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
413 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
414 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
415 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
416 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
417 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
418 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
419 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
420 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
421 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
422 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
423 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
424 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
425 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
426 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
427 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
428 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
429 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
430 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
431 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
432 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
433 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
434 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
435 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
436 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
437 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
438 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
439 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
440 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
441 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
442 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
443 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
444 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
445 <when value="cdd"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
446 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
447 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
448 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
449 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
450 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
451 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
452 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
453 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
454 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
455 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
456 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
457 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
458 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
459 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
460 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
461 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
462 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
463 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
464 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
465 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
466 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
467 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
468 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
469 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
470 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
471 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
472 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
473 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
474 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
475 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
476 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
477 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
478 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
479 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
480 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
481 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
482 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
483 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
484 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
485 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
486 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
487 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
488 <when value="clinvar"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
489 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
490 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
491 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
492 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
493 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
494 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
495 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
496 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
497 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
498 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
499 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
500 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
501 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
502 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
503 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
504 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
505 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
506 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
507 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
508 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
509 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
510 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
511 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
512 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
513 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
514 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
515 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
516 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
517 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
518 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
519 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
520 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
521 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
522 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
523 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
524 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
525 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
526 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
527 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
528 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
529 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
530 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
531 <when value="clone"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
532 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
533 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
534 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
535 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
536 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
537 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
538 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
539 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
540 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
541 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
542 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
543 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
544 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
545 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
546 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
547 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
548 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
549 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
550 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
551 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
552 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
553 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
554 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
555 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
556 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
557 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
558 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
559 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
560 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
561 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
562 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
563 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
564 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
565 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
566 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
567 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
568 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
569 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
570 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
571 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
572 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
573 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
574 <when value="dbvar"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
575 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
576 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
577 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
578 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
579 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
580 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
581 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
582 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
583 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
584 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
585 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
586 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
587 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
588 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
589 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
590 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
591 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
592 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
593 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
594 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
595 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
596 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
597 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
598 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
599 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
600 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
601 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
602 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
603 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
604 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
605 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
606 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
607 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
608 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
609 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
610 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
611 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
612 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
613 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
614 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
615 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
616 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
617 <when value="gap"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
618 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
619 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
620 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
621 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
622 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
623 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
624 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
625 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
626 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
627 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
628 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
629 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
630 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
631 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
632 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
633 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
634 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
635 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
636 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
637 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
638 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
639 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
640 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
641 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
642 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
643 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
644 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
645 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
646 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
647 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
648 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
649 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
650 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
651 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
652 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
653 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
654 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
655 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
656 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
657 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
658 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
659 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
660 <when value="gapplus"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
661 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
662 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
663 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
664 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
665 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
666 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
667 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
668 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
669 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
670 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
671 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
672 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
673 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
674 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
675 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
676 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
677 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
678 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
679 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
680 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
681 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
682 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
683 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
684 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
685 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
686 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
687 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
688 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
689 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
690 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
691 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
692 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
693 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
694 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
695 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
696 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
697 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
698 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
699 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
700 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
701 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
702 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
703 <when value="gds"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
704 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
705 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
706 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
707 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
708 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
709 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
710 <option value="summary">summary</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
711 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
712 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
713 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
714 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
715 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
716 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
717 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
718 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
719 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
720 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
721 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
722 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
723 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
724 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
725 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
726 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
727 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
728 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
729 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
730 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
731 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
732 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
733 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
734 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
735 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
736 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
737 <when value="summary"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
738 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
739 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
740 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
741 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
742 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
743 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
744 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
745 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
746 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
747 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
748 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
749 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
750 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
751 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
752 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
753 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
754 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
755 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
756 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
757 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
758 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
759 <when value="gencoll"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
760 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
761 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
762 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
763 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
764 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
765 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
766 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
767 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
768 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
769 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
770 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
771 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
772 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
773 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
774 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
775 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
776 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
777 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
778 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
779 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
780 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
781 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
782 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
783 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
784 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
785 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
786 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
787 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
788 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
789 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
790 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
791 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
792 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
793 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
794 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
795 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
796 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
797 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
798 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
799 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
800 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
801 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
802 <when value="gene"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
803 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
804 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
805 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
806 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
807 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
808 <option value="gene_table">gene_table</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
809 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
810 <option value="tabular">tabular</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
811 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
812 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
813 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
814 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
815 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
816 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
817 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
818 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
819 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
820 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
821 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
822 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
823 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
824 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
825 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
826 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
827 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
828 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
829 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
830 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
831 <when value="gene_table"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
832 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
833 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
834 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
835 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
836 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
837 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
838 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
839 <option value="asn.1">asn.1</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
840 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
841 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
842 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
843 <when value="tabular"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
844 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
845 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
846 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
847 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
848 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
849 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
850 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
851 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
852 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
853 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
854 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
855 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
856 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
857 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
858 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
859 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
860 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
861 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
862 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
863 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
864 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
865 <when value="genome"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
866 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
867 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
868 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
869 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
870 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
871 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
872 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
873 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
874 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
875 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
876 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
877 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
878 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
879 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
880 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
881 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
882 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
883 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
884 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
885 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
886 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
887 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
888 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
889 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
890 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
891 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
892 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
893 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
894 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
895 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
896 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
897 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
898 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
899 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
900 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
901 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
902 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
903 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
904 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
905 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
906 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
907 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
908 <when value="geoprofiles"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
909 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
910 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
911 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
912 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
913 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
914 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
915 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
916 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
917 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
918 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
919 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
920 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
921 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
922 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
923 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
924 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
925 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
926 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
927 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
928 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
929 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
930 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
931 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
932 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
933 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
934 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
935 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
936 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
937 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
938 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
939 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
940 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
941 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
942 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
943 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
944 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
945 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
946 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
947 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
948 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
949 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
950 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
951 <when value="grasp"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
952 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
953 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
954 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
955 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
956 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
957 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
958 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
959 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
960 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
961 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
962 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
963 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
964 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
965 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
966 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
967 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
968 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
969 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
970 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
971 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
972 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
973 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
974 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
975 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
976 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
977 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
978 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
979 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
980 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
981 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
982 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
983 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
984 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
985 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
986 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
987 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
988 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
989 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
990 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
991 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
992 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
993 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
994 <when value="gtr"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
995 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
996 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
997 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
998 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
999 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1000 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1001 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1002 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1003 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1004 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1005 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1006 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1007 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1008 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1009 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1010 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1011 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1012 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1013 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1014 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1015 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1016 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1017 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1018 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1019 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1020 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1021 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1022 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1023 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1024 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1025 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1026 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1027 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1028 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1029 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1030 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1031 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1032 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1033 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1034 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1035 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1036 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1037 <when value="homologene"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1038 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1039 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1040 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1041 <option value="alignmentscores">alignmentscores</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1042 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1043 <option value="fasta">fasta</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1044 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1045 <option value="homologene">homologene</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1046 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1047 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1048 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1049 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1050 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1051 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1052 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1053 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1054 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1055 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1056 <when value="alignmentscores"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1057 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1058 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1059 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1060 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1061 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1062 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1063 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1064 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1065 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1066 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1067 <when value="fasta"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1068 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1069 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1070 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1071 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1072 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1073 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1074 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1075 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1076 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1077 <when value="homologene"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1078 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1079 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1080 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1081 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1082 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1083 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1084 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1085 <option value="asn.1">asn.1</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1086 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1087 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1088 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1089 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1090 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1091 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1092 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1093 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1094 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1095 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1096 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1097 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1098 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1099 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1100 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1101 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1102 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1103 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1104 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1105 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1106 <when value="medgen"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1107 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1108 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1109 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1110 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1111 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1112 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1113 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1114 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1115 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1116 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1117 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1118 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1119 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1120 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1121 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1122 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1123 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1124 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1125 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1126 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1127 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1128 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1129 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1130 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1131 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1132 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1133 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1134 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1135 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1136 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1137 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1138 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1139 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1140 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1141 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1142 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1143 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1144 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1145 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1146 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1147 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1148 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1149 <when value="mesh"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1150 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1151 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1152 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1153 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1154 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1155 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1156 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1157 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1158 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1159 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1160 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1161 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1162 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1163 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1164 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1165 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1166 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1167 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1168 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1169 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1170 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1171 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1172 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1173 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1174 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1175 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1176 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1177 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1178 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1179 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1180 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1181 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1182 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1183 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1184 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1185 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1186 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1187 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1188 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1189 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1190 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1191 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1192 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1193 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1194 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1195 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1196 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1197 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1198 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1199 <when value="ncbisearch"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1200 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1201 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1202 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1203 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1204 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1205 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1206 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1207 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1208 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1209 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1210 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1211 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1212 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1213 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1214 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1215 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1216 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1217 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1218 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1219 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1220 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1221 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1222 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1223 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1224 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1225 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1226 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1227 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1228 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1229 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1230 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1231 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1232 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1233 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1234 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1235 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1236 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1237 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1238 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1239 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1240 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1241 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1242 <when value="nlmcatalog"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1243 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1244 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1245 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1246 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1247 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1248 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1249 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1250 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1251 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1252 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1253 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1254 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1255 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1256 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1257 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1258 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1259 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1260 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1261 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1262 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1263 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1264 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1265 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1266 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1267 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1268 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1269 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1270 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1271 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1272 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1273 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1274 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1275 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1276 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1277 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1278 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1279 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1280 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1281 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1282 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1283 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1284 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1285 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1286 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1287 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1288 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1289 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1290 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1291 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1292 <when value="nuccore"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1293 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1294 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1295 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1296 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1297 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1298 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1299 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1300 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1301 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1302 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1303 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1304 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1305 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1306 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1307 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1308 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1309 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1310 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1311 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1312 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1313 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1314 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1315 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1316 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1317 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1318 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1319 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1320 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1321 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1322 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1323 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1324 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1325 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1326 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1327 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1328 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1329 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1330 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1331 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1332 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1333 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1334 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1335 <when value="nucest"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1336 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1337 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1338 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1339 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1340 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1341 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1342 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1343 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1344 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1345 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1346 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1347 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1348 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1349 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1350 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1351 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1352 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1353 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1354 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1355 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1356 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1357 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1358 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1359 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1360 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1361 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1362 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1363 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1364 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1365 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1366 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1367 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1368 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1369 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1370 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1371 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1372 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1373 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1374 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1375 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1376 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1377 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1378 <when value="nucgss"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1379 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1380 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1381 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1382 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1383 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1384 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1385 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1386 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1387 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1388 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1389 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1390 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1391 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1392 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1393 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1394 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1395 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1396 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1397 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1398 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1399 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1400 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1401 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1402 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1403 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1404 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1405 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1406 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1407 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1408 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1409 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1410 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1411 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1412 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1413 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1414 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1415 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1416 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1417 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1418 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1419 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1420 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1421 <when value="nucleotide"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1422 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1423 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1424 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1425 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1426 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1427 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1428 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1429 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1430 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1431 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1432 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1433 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1434 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1435 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1436 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1437 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1438 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1439 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1440 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1441 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1442 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1443 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1444 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1445 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1446 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1447 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1448 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1449 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1450 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1451 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1452 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1453 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1454 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1455 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1456 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1457 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1458 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1459 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1460 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1461 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1462 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1463 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1464 <when value="omim"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1465 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1466 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1467 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1468 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1469 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1470 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1471 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1472 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1473 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1474 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1475 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1476 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1477 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1478 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1479 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1480 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1481 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1482 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1483 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1484 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1485 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1486 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1487 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1488 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1489 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1490 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1491 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1492 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1493 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1494 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1495 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1496 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1497 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1498 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1499 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1500 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1501 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1502 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1503 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1504 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1505 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1506 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1507 <when value="orgtrack"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1508 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1509 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1510 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1511 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1512 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1513 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1514 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1515 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1516 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1517 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1518 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1519 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1520 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1521 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1522 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1523 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1524 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1525 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1526 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1527 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1528 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1529 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1530 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1531 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1532 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1533 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1534 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1535 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1536 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1537 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1538 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1539 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1540 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1541 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1542 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1543 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1544 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1545 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1546 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1547 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1548 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1549 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1550 <when value="pcassay"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1551 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1552 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1553 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1554 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1555 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1556 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1557 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1558 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1559 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1560 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1561 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1562 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1563 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1564 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1565 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1566 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1567 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1568 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1569 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1570 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1571 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1572 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1573 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1574 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1575 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1576 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1577 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1578 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1579 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1580 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1581 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1582 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1583 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1584 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1585 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1586 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1587 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1588 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1589 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1590 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1591 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1592 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1593 <when value="pccompound"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1594 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1595 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1596 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1597 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1598 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1599 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1600 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1601 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1602 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1603 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1604 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1605 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1606 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1607 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1608 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1609 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1610 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1611 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1612 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1613 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1614 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1615 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1616 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1617 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1618 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1619 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1620 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1621 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1622 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1623 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1624 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1625 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1626 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1627 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1628 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1629 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1630 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1631 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1632 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1633 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1634 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1635 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1636 <when value="pcsubstance"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1637 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1638 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1639 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1640 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1641 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1642 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1643 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1644 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1645 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1646 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1647 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1648 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1649 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1650 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1651 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1652 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1653 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1654 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1655 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1656 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1657 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1658 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1659 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1660 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1661 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1662 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1663 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1664 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1665 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1666 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1667 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1668 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1669 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1670 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1671 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1672 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1673 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1674 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1675 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1676 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1677 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1678 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1679 <when value="pmc"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1680 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1681 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1682 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1683 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1684 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1685 <option value="medline">medline</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1686 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1687 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1688 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1689 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1690 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1691 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1692 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1693 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1694 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1695 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1696 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1697 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1698 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1699 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1700 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1701 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1702 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1703 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1704 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1705 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1706 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1707 <when value="medline"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1708 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1709 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1710 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1711 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1712 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1713 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1714 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1715 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1716 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1717 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1718 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1719 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1720 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1721 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1722 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1723 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1724 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1725 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1726 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1727 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1728 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1729 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1730 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1731 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1732 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1733 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1734 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1735 <when value="popset"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1736 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1737 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1738 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1739 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1740 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1741 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1742 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1743 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1744 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1745 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1746 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1747 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1748 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1749 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1750 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1751 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1752 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1753 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1754 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1755 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1756 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1757 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1758 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1759 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1760 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1761 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1762 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1763 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1764 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1765 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1766 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1767 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1768 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1769 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1770 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1771 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1772 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1773 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1774 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1775 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1776 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1777 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1778 <when value="probe"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1779 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1780 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1781 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1782 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1783 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1784 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1785 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1786 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1787 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1788 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1789 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1790 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1791 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1792 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1793 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1794 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1795 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1796 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1797 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1798 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1799 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1800 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1801 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1802 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1803 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1804 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1805 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1806 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1807 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1808 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1809 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1810 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1811 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1812 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1813 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1814 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1815 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1816 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1817 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1818 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1819 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1820 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1821 <when value="protein"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1822 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1823 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1824 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1825 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1826 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1827 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1828 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1829 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1830 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1831 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1832 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1833 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1834 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1835 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1836 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1837 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1838 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1839 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1840 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1841 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1842 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1843 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1844 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1845 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1846 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1847 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1848 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1849 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1850 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1851 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1852 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1853 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1854 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1855 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1856 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1857 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1858 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1859 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1860 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1861 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1862 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1863 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1864 <when value="proteinclusters"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1865 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1866 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1867 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1868 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1869 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1870 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1871 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1872 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1873 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1874 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1875 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1876 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1877 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1878 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1879 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1880 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1881 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1882 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1883 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1884 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1885 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1886 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1887 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1888 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1889 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1890 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1891 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1892 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1893 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1894 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1895 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1896 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1897 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1898 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1899 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1900 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1901 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1902 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1903 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1904 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1905 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1906 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1907 <when value="pubmed"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1908 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1909 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1910 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1911 <option value="abstract">abstract</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1912 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1913 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1914 <option value="medline">medline</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1915 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1916 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1917 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1918 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1919 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1920 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1921 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1922 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1923 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1924 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1925 <when value="abstract"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1926 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1927 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1928 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1929 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1930 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1931 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1932 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1933 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1934 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1935 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1936 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1937 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1938 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1939 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1940 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1941 <when value="medline"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1942 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1943 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1944 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1945 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1946 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1947 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1948 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1949 <option value="asn.1">asn.1</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1950 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1951 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1952 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1953 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1954 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1955 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1956 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1957 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1958 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1959 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1960 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1961 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1962 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1963 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1964 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1965 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1966 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1967 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1968 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
1969 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1970 <when value="pubmedhealth"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1971 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1972 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1973 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1974 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1975 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1976 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1977 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1978 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1979 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1980 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1981 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1982 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1983 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1984 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1985 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1986 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1987 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1988 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1989 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1990 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1991 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1992 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1993 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1994 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1995 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1996 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1997 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1998 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
1999 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2000 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2001 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2002 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2003 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2004 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2005 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2006 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2007 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2008 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2009 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2010 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2011 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2012 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2013 <when value="seqannot"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2014 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2015 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2016 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2017 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2018 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2019 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2020 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2021 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2022 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2023 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2024 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2025 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2026 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2027 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2028 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2029 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2030 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2031 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2032 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2033 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2034 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2035 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2036 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2037 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2038 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2039 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2040 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2041 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2042 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2043 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2044 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2045 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2046 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2047 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2048 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2049 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2050 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2051 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2052 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2053 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2054 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2055 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2056 <when value="sequences"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2057 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2058 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2059 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2060 <option value="acc">acc</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2061 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2062 <option value="est">est</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2063 <option value="fasta">fasta</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2064 <option value="fasta_cds_aa">fasta_cds_aa</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2065 <option value="fasta_cds_na">fasta_cds_na</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2066 <option value="ft">ft</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2067 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2068 <option value="gb">gb</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2069 <option value="gbc">gbc</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2070 <option value="gbwithparts">gbwithparts</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2071 <option value="gene_fasta">gene_fasta</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2072 <option value="gp">gp</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2073 <option value="gpc">gpc</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2074 <option value="gss">gss</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2075 <option value="ipg">ipg</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2076 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2077 <option value="seqid">seqid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2078 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2079 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2080 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2081 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2082 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2083 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2084 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2085 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2086 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2087 <when value="acc"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2088 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2089 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2090 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2091 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2092 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2093 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2094 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2095 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2096 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2097 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2098 <when value="est"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2099 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2100 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2101 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2102 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2103 <when value="fasta"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2104 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2105 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2106 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2107 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2108 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2109 <when value="fasta_cds_aa"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2110 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2111 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2112 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2113 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2114 <when value="fasta_cds_na"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2115 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2116 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2117 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2118 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2119 <when value="ft"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2120 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2121 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2122 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2123 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2124 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2125 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2126 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2127 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2128 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2129 <when value="gb"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2130 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2131 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2132 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2133 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2134 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2135 <when value="gbc"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2136 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2137 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2138 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2139 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2140 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2141 <when value="gbwithparts"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2142 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2143 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2144 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2145 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2146 <when value="gene_fasta"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2147 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2148 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2149 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2150 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2151 <when value="gp"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2152 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2153 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2154 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2155 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2156 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2157 <when value="gpc"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2158 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2159 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2160 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2161 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2162 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2163 <when value="gss"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2164 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2165 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2166 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2167 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2168 <when value="ipg"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2169 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2170 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2171 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2172 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2173 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2174 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2175 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2176 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2177 <option value="text">text</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2178 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2179 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2180 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2181 <when value="seqid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2182 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2183 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2184 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2185 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2186 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2187 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2188 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2189 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2190 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2191 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2192 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2193 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2194 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2195 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2196 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2197 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2198 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2199 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2200 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2201 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2202 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2203 <when value="snp"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2204 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2205 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2206 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2207 <option value="chr">chr</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2208 <option value="docset">docset</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2209 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2210 <option value="fasta">fasta</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2211 <option value="flt">flt</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2212 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2213 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2214 <option value="rsr">rsr</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2215 <option value="ssexemplar">ssexemplar</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2216 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2217 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2218 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2219 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2220 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2221 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2222 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2223 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2224 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2225 <when value="chr"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2226 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2227 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2228 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2229 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2230 <when value="docset"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2231 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2232 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2233 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2234 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2235 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2236 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2237 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2238 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2239 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2240 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2241 <when value="fasta"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2242 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2243 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2244 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2245 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2246 <when value="flt"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2247 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2248 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2249 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2250 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2251 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2252 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2253 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2254 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2255 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2256 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2257 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2258 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2259 <option value="asn.1">asn.1</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2260 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2261 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2262 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2263 <when value="rsr"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2264 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2265 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2266 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2267 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2268 <when value="ssexemplar"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2269 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2270 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2271 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2272 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2273 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2274 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2275 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2276 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2277 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2278 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2279 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2280 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2281 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2282 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2283 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2284 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2285 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2286 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2287 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2288 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2289 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2290 <when value="sra"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2291 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2292 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2293 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2294 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2295 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2296 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2297 <option value="runinfo">runinfo</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2298 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2299 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2300 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2301 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2302 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2303 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2304 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2305 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2306 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2307 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2308 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2309 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2310 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2311 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2312 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2313 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2314 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2315 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2316 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2317 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2318 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2319 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2320 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2321 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2322 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2323 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2324 <when value="runinfo"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2325 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2326 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2327 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2328 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2329 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2330 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2331 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2332 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2333 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2334 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2335 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2336 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2337 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2338 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2339 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2340 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2341 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2342 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2343 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2344 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2345 </conditional> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2346 </when> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2347 <when value="structure"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2348 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2349 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2350 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2351 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2352 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2353 <option value="mmdb">mmdb</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2354 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2355 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2356 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2357 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2358 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2359 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2360 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2361 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2362 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2363 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2364 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2365 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2366 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2367 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2368 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2369 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2370 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2371 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2372 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2373 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2374 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2375 <when value="mmdb"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2376 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2377 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2378 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2379 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2380 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2381 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2382 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2383 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2384 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2385 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2386 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2387 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2388 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2389 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2390 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2391 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2392 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2393 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2394 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2395 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2396 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2397 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2398 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2399 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2400 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2401 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2402 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2403 <when value="taxonomy"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2404 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2405 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2406 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2407 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2408 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2409 <option value="native">native</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2410 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2411 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2412 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2413 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2414 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2415 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2416 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2417 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2418 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2419 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2420 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2421 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2422 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2423 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2424 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2425 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2426 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2427 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2428 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2429 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2430 <when value="native"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2431 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2432 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2433 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2434 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2435 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2436 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2437 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2438 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2439 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2440 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2441 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2442 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2443 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2444 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2445 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2446 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2447 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2448 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2449 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2450 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2451 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2452 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2453 <when value="unigene"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2454 <conditional name="format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2455 <param argument="-format" type="select" label="Format"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2456 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2457 <option value="docsum">docsum</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2458 <option value="full">full</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2459 <option value="uid">uid</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2460 <option value="url">url</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2461 <option value="xml">xml</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2462 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2463 <when value=""> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2464 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2465 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2466 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2467 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2468 <when value="docsum"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2469 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2470 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2471 <option value="json">json</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2472 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2473 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2474 <when value="full"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2475 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2476 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2477 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2478 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2479 <when value="uid"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2480 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2481 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2482 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2483 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2484 <when value="url"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2485 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2486 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2487 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2488 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2489 <when value="xml"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2490 <param argument="-mode" type="select" label="Mode"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2491 <option value="">None</option> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2492 </param> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2493 </when> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2494 </conditional> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2495 </when> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2496 <when value=""> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2497 <param name="db_manual" argument="-db" type="text" label="Database"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2498 <param argument="-format" type="text" label="Format"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2499 <param argument="-mode" type="text" label="Mode"/> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2500 </when> |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2501 </conditional> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2502 <section name="ranges" title="Set Ranges" expanded="False"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2503 <param argument="-seq_start" type="integer" min="0" optional="True" label="Seq Start"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2504 <param argument="-seq_stop" type="integer" min="0" optional="True" label="Seq End"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2505 <param argument="-strand" type="text" label="strand"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2506 <param argument="-complexity" type="integer" min="0" optional="True" label="Complexity"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2507 <param argument="-chr_start" type="integer" min="0" optional="True" label="Chr Start"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2508 <param argument="-chr_stop" type="integer" min="0" optional="True" label="Chr End"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2509 </section> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2510 </inputs> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2511 <outputs> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2512 <data format="txt" name="output_result"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2513 <change_format> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2514 <when input="db.format" value="xml" format="xml"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2515 <when input="db.format.mode" value="xml" format="xml"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2516 <when input="db.format.mode" value="json" format="json"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2517 <when input="db.format" value="tabular" format="tabular"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2518 <when input="db.format" value="fasta" format="fasta"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2519 <when input="db.format" value="fasta_cds_aa" format="fasta"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2520 <when input="db.format" value="fasta_cds_na" format="fasta"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2521 <when input="db.format" value="gene_fasta" format="fasta"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2522 </change_format> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2523 </data> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2524 </outputs> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2525 <tests> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2526 <test> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2527 <param name="db|db" value=""/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2528 <param name="db|db_manual" value="sra"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2529 <param name="db|format" value="runinfo"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2530 <param name="query|source" value="id"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2531 <param name="query|id" value="SRX8542266"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2532 <output name="output_result"> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2533 <assert_contents> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2534 <has_text_matching expression="Run"/> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2535 </assert_contents> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2536 </output> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2537 </test> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2538 </tests> |
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2539 <help><![CDATA[ |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2540 NCBI Entrez EFetch |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2541 ================== |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2542 |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2543 Responds to a list of UIDs in a given database with the corresponding data |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2544 records in a specified format. |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2545 |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2546 Example Queries |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2547 --------------- |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2548 |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2549 Fetch PMIDs 17284678 and 9997 as text abstracts: |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2550 |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2551 +----------------------+--------------------------------------+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2552 | Parameter | Value | |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2553 +======================+======================================+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2554 | NCBI Database to Use | PubMed | |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2555 +----------------------+--------------------------------------+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2556 | ID List | 17284678 9997 | |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2557 +----------------------+--------------------------------------+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2558 | Output Format | Abstract | |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2559 +----------------------+--------------------------------------+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2560 |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2561 Fetch FASTA for a transcript and its protein product (GIs 312836839 and 34577063) |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2562 |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2563 +----------------------+--------------------------------------+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2564 | Parameter | Value | |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2565 +======================+======================================+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2566 | NCBI Database to Use | Protein | |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2567 +----------------------+--------------------------------------+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2568 | ID List | 312836839 34577063 | |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2569 +----------------------+--------------------------------------+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2570 | Output Format | Fasta | |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2571 +----------------------+--------------------------------------+ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2572 |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2573 @DISCLAIMER@ |
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2574 ]]></help> |
2
59dfa639e78e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 1bd7defa5ac7ea1e619c519d719f5bd10452339b
iuc
parents:
0
diff
changeset
|
2575 <expand macro="citations"/> |
0
91efba463050
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_direct commit 8f96f378620bb663dcce2845ecb14355413f7afa"
iuc
parents:
diff
changeset
|
2576 </tool> |