Mercurial > repos > iuc > bcftools_view
comparison bcftools_view.xml @ 17:defc5d54499a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
| author | iuc |
|---|---|
| date | Sat, 15 Jan 2022 12:57:35 +0000 |
| parents | e736a18a4f54 |
| children | 97521f8c3514 |
comparison
equal
deleted
inserted
replaced
| 16:730068346ea8 | 17:defc5d54499a |
|---|---|
| 1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
| 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> | 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> |
| 3 <description>VCF/BCF conversion, view, subset and filter VCF/BCF files</description> | 3 <description>VCF/BCF conversion, view, subset and filter VCF/BCF files</description> |
| 4 <expand macro="bio_tools" /> | |
| 5 <macros> | 4 <macros> |
| 6 <token name="@EXECUTABLE@">view</token> | 5 <token name="@EXECUTABLE@">view</token> |
| 7 <import>macros.xml</import> | 6 <import>macros.xml</import> |
| 8 <xml name="macro_types_options"> | 7 <xml name="macro_types_options"> |
| 9 <option value="snps">snps</option> | 8 <option value="snps">snps</option> |
| 10 <option value="indels">indels</option> | 9 <option value="indels">indels</option> |
| 11 <option value="mnps">mnps</option> | 10 <option value="mnps">mnps</option> |
| 12 <option value="other">mnps</option> | 11 <option value="other">other</option> |
| 13 </xml> | 12 </xml> |
| 14 </macros> | 13 </macros> |
| 14 <expand macro="bio_tools" /> | |
| 15 <expand macro="requirements" /> | 15 <expand macro="requirements" /> |
| 16 <expand macro="version_command" /> | 16 <expand macro="version_command" /> |
| 17 <command detect_errors="aggressive"><