Previous changeset 13:3b1b51e1fcba (2021-10-14) Next changeset 15:f64e7ca2efd2 (2022-07-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336" |
modified:
bcftools_query.xml |
b |
diff -r 3b1b51e1fcba -r 94c5f302f0ea bcftools_query.xml --- a/bcftools_query.xml Thu Oct 14 10:29:02 2021 +0000 +++ b/bcftools_query.xml Sat Jan 15 13:42:08 2022 +0000 |
[ |
@@ -1,11 +1,11 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> <description>Extracts fields from VCF/BCF file and prints them in user-defined format</description> - <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">query</token> <import>macros.xml</import> </macros> + <expand macro="bio_tools" /> <expand macro="requirements" /> <expand macro="version_command" /> <command detect_errors="aggressive"><![CDATA[ |