Mercurial > repos > bgruening > text_processing
diff macros.xml @ 4:56e80527c482 draft
Uploaded
author | bgruening |
---|---|
date | Wed, 07 Jan 2015 11:10:52 -0500 |
parents | |
children | 062ed2bb4f2e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Jan 07 11:10:52 2015 -0500 @@ -0,0 +1,37 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="8.22">gnu_coreutils</requirement> + <yield/> + </requirements> + </xml> + <token name="@BASE_VERSION@">1.0</token> + <xml name="stdio"> + <stdio> + <!-- Anything other than zero is an error --> + <exit_code range="1:" /> + <exit_code range=":-1" /> + <!-- In case the return code has not been set propery check stderr too --> + <regex match="Error:" /> + <regex match="Exception:" /> + </stdio> + </xml> + <token name="@REFERENCES@"> +<![CDATA[ +------ + +**Citation** + +If you use this tool in Galaxy, please cite: + +Bjoern A. Gruening (2014), `Galaxy wrapper <https://github.com/bgruening/galaxytools>`_ + +Assaf Gordon (gordon <at> cshl dot edu) +]]> + </token> + <xml name="citations"> + <citations> + <yield /> + </citations> + </xml> +</macros>