Mercurial > repos > iuc > get_hrun
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:84f70ce0b830 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <token name="@VERSION@">1.0</token> | |
4 <token name="@PROFILE@">20.01</token> | |
5 <token name="@TOOL_VERSION@">0.5.9.2</token> | |
6 <xml name="requirements"> | |
7 <requirements> | |
8 <requirement type="package" version="@TOOL_VERSION@">pyfaidx</requirement> | |
9 <requirement type="package" version="0.6.8">pyvcf</requirement> | |
10 <requirement type="package" version="1.11">samtools</requirement> | |
11 </requirements> | |
12 </xml> | |
13 | |
14 <xml name="citations"> | |
15 <citations> | |
16 <citation type="doi">10.7287/peerj.preprints.970v1</citation> | |
17 <citation type="doi">10.1093/bioinformatics/btp352</citation> | |
18 </citations> | |
19 </xml> | |
20 <!-- | |
21 Help | |
22 --> | |
23 <token name="@WID@"><![CDATA[ | |
24 This tools determines the homopolymer context of indels and returns them. | |
25 ]]></token> | |
26 </macros> |