Previous changeset 14:92182c270ce4 (2021-10-14) Next changeset 16:d37e313a41be (2022-07-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336" |
modified:
bcftools_consensus.xml |
b |
diff -r 92182c270ce4 -r edc3d484b99a bcftools_consensus.xml --- a/bcftools_consensus.xml Thu Oct 14 10:18:47 2021 +0000 +++ b/bcftools_consensus.xml Sat Jan 15 13:22:08 2022 +0000 |
b |
@@ -1,11 +1,11 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1"> <description>Create consensus sequence by applying VCF variants to a reference fasta file</description> - <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">consensus</token> <import>macros.xml</import> </macros> + <expand macro="bio_tools" /> <expand macro="requirements"> <expand macro="samtools_requirement"/> <requirement type="package" version="5.0.1">gawk</requirement> |