Previous changeset 13:9ece72700ca9 (2021-10-14) Next changeset 15:97d19c008d15 (2022-07-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336" |
modified:
bcftools_isec.xml |
b |
diff -r 9ece72700ca9 -r 4afd849c9d35 bcftools_isec.xml --- a/bcftools_isec.xml Thu Oct 14 10:20:55 2021 +0000 +++ b/bcftools_isec.xml Sat Jan 15 13:43:02 2022 +0000 |
[ |
@@ -1,11 +1,11 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> <description>Create intersections, unions and complements of VCF files</description> - <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">isec</token> <import>macros.xml</import> </macros> + <expand macro="bio_tools" /> <expand macro="requirements" /> <expand macro="version_command" /> <command detect_errors="aggressive"><![CDATA[ |