comparison macros.xml @ 0:d491c23394f9 draft default tip

"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/krakentools"
author jvolkening
date Thu, 30 Sep 2021 17:54:31 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d491c23394f9
1 <macros>
2
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="@TOOL_VERSION@">krakentools</requirement>
6 </requirements>
7 </xml>
8 <token name="@TOOL_VERSION@">1.2</token>
9 <token name="@VERSION_SUFFIX@">1</token>
10 <xml name="stdio">
11 <stdio>
12 <!-- Anything other than zero is an error -->
13 <exit_code range="1:"/>
14 <exit_code range=":-1"/>
15 <!-- In case the return code has not been set propery check stderr too -->
16 <regex match="Error:"/>
17 <regex match="Exception:"/>
18 </stdio>
19 </xml>
20 <xml name="citations">
21 <citations>
22 <citation type="bibtex">
23 @misc{Lu2021,
24 author = {Lu, Jennifer},
25 year = {2021},
26 title = {KrakenTools},
27 publisher = {GitHub},
28 journal = {GitHub repository},
29 url = {https://github.com/jenniferlu717/KrakenTools},
30 }
31 </citation>
32 </citations>
33 </xml>
34
35 </macros>