Mercurial > repos > iuc > get_hrun
diff macros.xml @ 0:84f70ce0b830 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/get_hrun commit 5810d89666698dbe49ef17c334799fce76823621"
author | iuc |
---|---|
date | Tue, 02 Mar 2021 21:35:40 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Mar 02 21:35:40 2021 +0000 @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<macros> + <token name="@VERSION@">1.0</token> + <token name="@PROFILE@">20.01</token> + <token name="@TOOL_VERSION@">0.5.9.2</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">pyfaidx</requirement> + <requirement type="package" version="0.6.8">pyvcf</requirement> + <requirement type="package" version="1.11">samtools</requirement> + </requirements> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.7287/peerj.preprints.970v1</citation> + <citation type="doi">10.1093/bioinformatics/btp352</citation> + </citations> + </xml> + <!-- + Help + --> + <token name="@WID@"><![CDATA[ +This tools determines the homopolymer context of indels and returns them. +]]></token> +</macros>