Mercurial > repos > iuc > ngsutils_bam_filter
diff macros.xml @ 0:4e4e4093d65d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 09194687c74a424732f8b0c017cbb942aad89068
author | iuc |
---|---|
date | Wed, 11 Nov 2015 13:04:07 -0500 |
parents | |
children | 7a68005de299 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Nov 11 13:04:07 2015 -0500 @@ -0,0 +1,16 @@ +<macros> + <token name="@WRAPPER_VERSION@">0.5.7</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="0.7.7">pysam</requirement> + </requirements> + </xml> + <xml name="version"> + <version_command>@WRAPPER_VERSION@</version_command> + </xml> + <xml name="stdio"> + <stdio> + <exit_code range="1:" level="fatal" /> + </stdio> + </xml> +</macros>