| Previous changeset 14:8aa9d9b14bcd (2021-10-19) Next changeset 16:8cb121b6a1d2 (2022-07-23) |
|
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336" |
|
modified:
bcftools_plugin_tag2tag.xml |
| b |
| diff -r 8aa9d9b14bcd -r f35cc95efb32 bcftools_plugin_tag2tag.xml --- a/bcftools_plugin_tag2tag.xml Tue Oct 19 15:34:03 2021 +0000 +++ b/bcftools_plugin_tag2tag.xml Sat Jan 15 13:21:14 2022 +0000 |
| [ |
| @@ -1,12 +1,12 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@+galaxy1"> <description>plugin Convert between similar tags, such as GL and GP</description> - <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">tag2tag</token> <token name="@PLUGIN_ID@">tag2tag</token> <import>macros.xml</import> </macros> + <expand macro="bio_tools" /> <expand macro="requirements" /> <expand macro="version_command" /> <command detect_errors="aggressive"><![CDATA[ |