comparison bcftools_view.xml @ 15:e1a2389af238 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
author iuc
date Sat, 15 Jan 2022 13:31:19 +0000
parents 1d1762860d7e
children 38d75661c235
comparison
equal deleted inserted replaced
14:1d1762860d7e 15:e1a2389af238
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"><![CDATA[ 17 <command detect_errors="aggressive"><![CDATA[
18 @PREPARE_ENV@ 18 @PREPARE_ENV@
19 @PREPARE_INPUT_FILE@ 19 @PREPARE_INPUT_FILE@