Mercurial > repos > iuc > jbrowse
diff macros.xml @ 0:c77c1d5baadb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
| author | iuc |
|---|---|
| date | Mon, 04 May 2015 11:58:52 -0400 |
| parents | |
| children | 3b7938dfd6f9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon May 04 11:58:52 2015 -0400 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="1.11.6">package_jbrowse</requirement> + <yield/> + </requirements> + </xml> + <token name="@WRAPPER_VERSION@">1.0</token> + <xml name="stdio"> + <stdio> + <exit_code range="1:"/> + <exit_code range=":-1"/> + <regex match="Error:"/> + <regex match="Exception:"/> + </stdio> + </xml> + <token name="@ATTRIBUTION@"><![CDATA[ +**Attribution** + +This Galaxy tool relies on the JBrowse, maintained by the GMOD Community +]]> + </token> +</macros>
