Mercurial > repos > iuc > enasearch_retrieve_data
annotate enasearch_retrieve_data.xml @ 1:0719cfc3ebcb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
author | iuc |
---|---|
date | Thu, 09 Nov 2017 13:08:14 -0500 |
parents | cbc24be56f7b |
children |
rev | line source |
---|---|
0
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
1 <tool id="enasearch_retrieve_data" name="Retrieve ENA data" version="@WRAPPER_VERSION@.0"> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
2 <description>(other than taxon and project)</description> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
3 <macros> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
5 <import>search_macros.xml</import> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
6 </macros> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
8 <expand macro="version"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
9 <command detect_errors="aggressive"><![CDATA[ |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
10 enasearch |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
11 retrieve_data |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
12 @IDS@ |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
13 @DISPLAY@ |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
14 $expanded |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
15 $header |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
16 --file '$output' |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
17 --download 'txt' |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
18 ]]></command> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
19 <inputs> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
20 <param argument="--ids" type="text" multiple="true" label="Ids for records to return" help="Other than Taxon and Project. It can also be range of ids (e.g. ERA000010-ERA000020)"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
21 <expand macro="display_opt"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
22 <expand macro="expanded"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
23 <expand macro="header"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
24 </inputs> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
25 <outputs> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
26 <data name="output" format="tabular" label="${tool.name} on ${ids}"> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
27 <expand macro="change_format"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
28 </data> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
29 </outputs> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
30 <tests> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
31 <test> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
32 <param name="ids" value="ERA000010-ERA000020"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
33 <conditional name="display_opt"> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
34 <param name="display" value="xml"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
35 </conditional> |
1
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
36 <output name="output" ftype="xml"> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
37 <assert_contents> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
38 <has_text text="SUBMISSION accession="ERA000011"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
39 <has_text text="SUBMISSION accession="ERA000012"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
40 <has_text text="SUBMISSION accession="ERA000013"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
41 <has_text text="SUBMISSION accession="ERA000014"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
42 <has_text text="SUBMISSION accession="ERA000015"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
43 <has_text text="SUBMISSION accession="ERA000016"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
44 <has_text text="SUBMISSION accession="ERA000017"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
45 <has_text text="SUBMISSION accession="ERA000018"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
46 <has_text text="SUBMISSION accession="ERA000019"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
47 <has_text text="SUBMISSION accession="ERA000020"" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
48 </assert_contents> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
49 </output> |
0
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
50 </test> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
51 <test> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
52 <param name="ids" value="A00145"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
53 <conditional name="display_opt"> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
54 <param name="display" value="fasta"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
55 <param name="range_start" value="3"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
56 <param name="range_stop" value="63"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
57 </conditional> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
58 <output name="output" ftype="fasta" md5="758cb77161dcf6f8cf841cb141e9277e"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
59 </test> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
60 <test> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
61 <param name="ids" value="AL513382"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
62 <conditional name="display_opt"> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
63 <param name="display" value="text"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
64 <param name="offset" value="0"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
65 <param name="length" value="100"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
66 </conditional> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
67 <param name="expanded" value="true"/> |
1
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
68 <output name="output" ftype="txt"> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
69 <assert_contents> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
70 <has_text text="ID AL513382;" /> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
71 </assert_contents> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
72 </output> |
0
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
73 </test> |
1
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
74 <!-- <test> |
0
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
75 <param name="ids" value="PRJEB2772,AL513382"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
76 <conditional name="display_opt"> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
77 <param name="display" value="html"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
78 </conditional> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
79 <param name="header" value="true"/> |
1
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
80 <output name="output" ftype="html" md5="7b23a8c12893728272f4993073e341f6"/> |
0719cfc3ebcb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/enasearch commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
iuc
parents:
0
diff
changeset
|
81 </test> this seems broken at the moment --> |
0
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
82 </tests> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
83 <help><![CDATA[ |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
84 **What it does** |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
85 |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
86 This tool retrieve ENA data (other than taxon and project) |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
87 ]]></help> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
88 <expand macro="citations"/> |
cbc24be56f7b
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/enasearch/ commit 6eda25f5cccc0cf9be09c38a8b48d37aff56ed87
iuc
parents:
diff
changeset
|
89 </tool> |