Mercurial > repos > iuc > jbrowse
comparison macros.xml @ 25:1cfc579079a6 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
author | iuc |
---|---|
date | Tue, 29 Jan 2019 05:34:16 -0500 |
parents | fa30df9b79c2 |
children | 08776ba76cf5 |
comparison
equal
deleted
inserted
replaced
24:fa30df9b79c2 | 25:1cfc579079a6 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <macros> | 2 <macros> |
3 <token name="@TOOL_VERSION@">1.12.5</token> | 3 <token name="@TOOL_VERSION@">1.16.1</token> |
4 <xml name="requirements"> | 4 <xml name="requirements"> |
5 <requirements> | 5 <requirements> |
6 <requirement type="package" version="@TOOL_VERSION@">jbrowse</requirement> | 6 <requirement type="package" version="@TOOL_VERSION@">jbrowse</requirement> |
7 <requirement type="package" version="2.7">python</requirement> | 7 <requirement type="package" version="2.7">python</requirement> |
8 <requirement type="package" version="1.66">biopython</requirement> | 8 <requirement type="package" version="1.72">biopython</requirement> |
9 <requirement type="package" version="0.6.2">bcbiogff</requirement> | 9 <requirement type="package" version="0.6.4">bcbiogff</requirement> |
10 <requirement type="package" version="1.2">samtools</requirement> | 10 <requirement type="package" version="1.9">samtools</requirement> |
11 <requirement type="package" version="3.11">pyyaml</requirement> | 11 <requirement type="package" version="3.13">pyyaml</requirement> |
12 <requirement type="package" version="0.2.6">tabix</requirement> | |
12 <yield/> | 13 <yield/> |
13 </requirements> | 14 </requirements> |
14 </xml> | 15 </xml> |
15 <token name="@DATA_DIR@">\$GALAXY_JBROWSE_SHARED_DIR</token> | 16 <token name="@DATA_DIR@">\$GALAXY_JBROWSE_SHARED_DIR</token> |
16 <token name="@WRAPPER_VERSION@">galaxy3</token> | 17 <token name="@WRAPPER_VERSION@">galaxy0</token> |
17 <xml name="stdio"> | |
18 <stdio> | |
19 <exit_code range="1:"/> | |
20 <exit_code range=":-1"/> | |
21 <regex match="Error:"/> | |
22 <regex match="Exception:"/> | |
23 </stdio> | |
24 </xml> | |
25 <token name="@ATTRIBUTION@"><![CDATA[ | 18 <token name="@ATTRIBUTION@"><![CDATA[ |
26 **Attribution** | 19 **Attribution** |
27 | 20 |
28 This Galaxy tool relies on the JBrowse, maintained by the GMOD Community. The Galaxy wrapper is developed by Eric Rasche | 21 This Galaxy tool relies on the JBrowse, maintained by the GMOD Community. The Galaxy wrapper is developed by Eric Rasche |
29 ]]> | 22 ]]> |