Mercurial > repos > recetox > filter_compounds
diff macros.xml @ 0:987357c6941c draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
| author | recetox |
|---|---|
| date | Thu, 07 Jan 2021 11:30:13 +0000 |
| parents | |
| children | 686850eb1e64 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Jan 07 11:30:13 2021 +0000 @@ -0,0 +1,17 @@ +<macros> + <token name="@TOOL_VERSION@">3.1.1</token> + + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">openbabel</requirement> + <requirement type="package" version="3">python</requirement> + <yield /> + </requirements> + </xml> + + <xml name="stdio"> + <stdio> + <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" /> + </stdio> + </xml> +</macros>
