Mercurial > repos > iuc > ivar_removereads
diff macros.xml @ 0:bd2a7d1316b9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 4b0b7fb6c79dcd437392a496a99301d124c9f1dd"
author | iuc |
---|---|
date | Mon, 30 Mar 2020 07:13:18 -0400 |
parents | |
children | 9eaadf03e0df |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Mar 30 07:13:18 2020 -0400 @@ -0,0 +1,18 @@ +<macros> + <token name="@VERSION@">1.0.1</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">ivar</requirement> + <requirement type="package" version="1.9">samtools</requirement> + <yield /> + </requirements> + </xml> + <xml name="version_command"> + <version_command>ivar version | grep version</version_command> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1186/s13059-018-1618-7</citation> + </citations> + </xml> +</macros>