Mercurial > repos > gga > askomics_integrate
comparison macros.xml @ 0:d2aeb7a02bb2 draft default tip
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/askomics commit f745b23c84a615bf434d717c8c0e553a012f0268
author | gga |
---|---|
date | Mon, 11 Sep 2017 05:48:41 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d2aeb7a02bb2 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <macros> | |
4 <!-- Requirements --> | |
5 <xml name='requirements'> | |
6 <requirements> | |
7 <requirement type='package' version='0.4.3'>askocli</requirement> | |
8 </requirements> | |
9 </xml> | |
10 | |
11 <!-- Version --> | |
12 <token name='@WRAPPER_VERSION@'>0.1</token> | |
13 | |
14 <!-- Help --> | |
15 <token name='@HELP@'><![CDATA[ | |
16 AskOmics provide a visual representation of the user abstraction as a graph. | |
17 By starting from a node of interest and iteratively selecting its neighbors, | |
18 the user creates a path on an abstraction graph. This path can then be transformed | |
19 into a SPARQL query that can be executed on the original dataset. | |
20 ]]></token> | |
21 | |
22 <!-- Citation --> | |
23 <xml name='citation'> | |
24 <citations> | |
25 <citation type='bibtex'> | |
26 @inproceedings{legeai:hal-01391080, | |
27 TITLE = {{BIPAA/Askomics, a new and easy approach for querying genomics and epigenomics elements in interaction}}, | |
28 AUTHOR = {Legeai, Fabrice and Bettembourg, Charles and Bretaudeau, Anthony and Chaussin, Yvanne and Dameron, Olivier and Tagu, Denis}, | |
29 URL = {https://hal.inria.fr/hal-01391080}, | |
30 BOOKTITLE = {{XXVth International Congress of Entomology 2016}}, | |
31 ADDRESS = {Orlando, Florida, United States}, | |
32 YEAR = {2016}, | |
33 MONTH = Sep, | |
34 KEYWORDS = {AskOmics ; Semantic Web ; RDF ; SPARQL ; data integration}, | |
35 HAL_ID = {hal-01391080}, | |
36 HAL_VERSION = {v1}, | |
37 } | |
38 </citation> | |
39 </citations> | |
40 </xml> | |
41 | |
42 <!-- AskOmics server location --> | |
43 <xml name='askomics_loc'> | |
44 <section name='loc' title='AskOmics location' expanded='False'> | |
45 <param name='url' | |
46 type='text' | |
47 label='AskOmics URL' | |
48 optional='true' | |
49 value="http://localhost:6543" | |
50 argument='-a' /> | |
51 </section> | |
52 </xml> | |
53 | |
54 <token name='@URL@'><![CDATA[$loc.url]]></token> | |
55 | |
56 <!-- Environment variables --> | |
57 <token name='@ENV_URL@'><![CDATA[\$ASKOMICS_URL]]></token> | |
58 | |
59 <!-- Authentication --> | |
60 <xml name='askomics_auth'> | |
61 <section name='auth' title='AskOmics authentication' expanded='True'> | |
62 <param name='apikey' | |
63 type='text' | |
64 label='API key' | |
65 value="xvB2YBK8pz4I96SkDN64" | |
66 argument='-k' /> | |
67 </section> | |
68 </xml> | |
69 | |
70 <token name='@APIKEY@'><![CDATA['$auth.apikey']]></token> | |
71 | |
72 <!-- Tests --> | |
73 <xml name='test_asko_loc'> | |
74 <section name='loc'> | |
75 <param name='url' value='http://example.com' /> | |
76 </section> | |
77 </xml> | |
78 <xml name='test_asko_auth'> | |
79 <section name='auth'> | |
80 <param name='apikey' value='00000000000000000000' /> | |
81 </section> | |
82 </xml> | |
83 | |
84 </macros> |