Previous changeset 13:b3b3c060962e (2021-10-14) Next changeset 15:b7be725976b6 (2022-07-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336" |
modified:
bcftools_reheader.xml |
b |
diff -r b3b3c060962e -r 6993b945aefc bcftools_reheader.xml --- a/bcftools_reheader.xml Thu Oct 14 10:15:46 2021 +0000 +++ b/bcftools_reheader.xml Sat Jan 15 13:35:48 2022 +0000 |
[ |
@@ -1,11 +1,11 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> <description>Modify header of VCF/BCF files, change sample names</description> - <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">reheader</token> <import>macros.xml</import> </macros> + <expand macro="bio_tools" /> <expand macro="requirements" /> <expand macro="version_command" /> <command detect_errors="aggressive"><![CDATA[ |