Mercurial > repos > bebatut > humann2_rename_table
diff humann2_macros.xml @ 0:993b75cba608 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
author | bebatut |
---|---|
date | Mon, 20 Feb 2017 11:29:37 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/humann2_macros.xml Mon Feb 20 11:29:37 2017 -0500 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<macros> + <token name="@WRAPPER_VERSION@">0.9.9</token> + + <xml name="requirements"> + <requirements> + <requirement type="package" version="@WRAPPER_VERSION@">humann2</requirement> + <yield/> + </requirements> + </xml> + <xml name="stdio"> + <stdio> + <exit_code range="1:" /> + </stdio> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.1371/journal.pcbi.1002358</citation> + </citations> + </xml> +</macros>