comparison macros.xml @ 0:11033bdad2ca draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/jbrowse commit f745b23c84a615bf434d717c8c0e553a012f0268
author gga
date Mon, 11 Sep 2017 05:49:16 -0400
parents
children 4065bcff8e85
comparison
equal deleted inserted replaced
-1:000000000000 0:11033bdad2ca
1 <?xml version="1.0"?>
2 <macros>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="2.7">python</requirement>
6 <yield/>
7 </requirements>
8 </xml>
9
10 <token name="@DATA_DIR@">\$GALAXY_JBROWSE_SHARED_DIR</token>
11 <token name="@JBROWSE_BASE_URL@">\$GALAXY_JBROWSE_SHARED_URL</token>
12 <token name="@WRAPPER_VERSION@">0.5.1</token>
13
14 <xml name="stdio">
15 <stdio>
16 <exit_code range="1:"/>
17 <exit_code range=":-1"/>
18 <regex match="Error:"/>
19 <regex match="Exception:"/>
20 </stdio>
21 </xml>
22
23 <token name="@ATTRIBUTION@"><![CDATA[
24 **Attribution**
25
26 This Galaxy tool relies on the JBrowse, maintained by the GMOD Community. The Galaxy wrapper is developed by Eric Rasche
27 ]]>
28 </token>
29
30 <xml name="citations">
31 <citations>
32 <citation type="doi">10.1101/gr.094607.109</citation>
33 </citations>
34 </xml>
35 </macros>