comparison bcftools_call.xml @ 15:d267bcfdc8fe 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:46:41 +0000
parents 912a8ff07fc9
children 22637b1a55bf
comparison
equal deleted inserted replaced
14:912a8ff07fc9 15:d267bcfdc8fe
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>SNP/indel variant calling from VCF/BCF</description> 3 <description>SNP/indel variant calling from VCF/BCF</description>
4 <expand macro="bio_tools" />
5 <macros> 4 <macros>
6 <token name="@EXECUTABLE@">call</token> 5 <token name="@EXECUTABLE@">call</token>
7 <import>macros.xml</import> 6 <import>macros.xml</import>
8 <xml name="macro_novel_rate"> 7 <xml name="macro_novel_rate">
9 <param name="novel_rate_snp" type="float" value="" optional="true" label="Novel rate for SNPs" 8 <param name="novel_rate_snp" type="float" value="" optional="true" label="Novel rate for SNPs"
27 #if len($novel_rate) > 0: 26 #if len($novel_rate) > 0:
28 --novel-rate '#echo ','.join($novel_rate)#' 27 --novel-rate '#echo ','.join($novel_rate)#'
29 #end if 28 #end if
30 </token> 29 </token>
31 </macros> 30 </macros>
31 <expand macro="bio_tools" />
32 <expand macro="requirements" /> 32 <expand macro="requirements" />
33 <expand macro="version_command" /> 33 <expand macro="version_command" />
34 <command detect_errors="aggressive"><![CDATA[ 34 <command detect_errors="aggressive"><![CDATA[
35 @PREPARE_ENV@ 35 @PREPARE_ENV@
36 @PREPARE_INPUT_FILE@ 36 @PREPARE_INPUT_FILE@