comparison bcftools_stats.xml @ 15:012ba5201232 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit d5a01866d60f9775392420988259f1e79c464163"
author iuc
date Thu, 14 Oct 2021 09:24:13 +0000
parents 2325da2658ba
children 28f9bae3ffd1
comparison
equal deleted inserted replaced
14:2325da2658ba 15:012ba5201232
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@" profile="18.01"> 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1" profile="18.01">
3 <description>Parses VCF or BCF and produces stats which can be plotted using plot-vcfstats</description> 3 <description>Parses VCF or BCF and produces stats which can be plotted using plot-vcfstats</description>
4 <expand macro="bio_tools" /> 4 <expand macro="bio_tools" />
5 <macros> 5 <macros>
6 <token name="@EXECUTABLE@">stats</token> 6 <token name="@EXECUTABLE@">stats</token>
7 <import>macros.xml</import> 7 <import>macros.xml</import>
8 </macros> 8 </macros>
9 <expand macro="requirements"> 9 <expand macro="requirements">
10 <expand macro="samtools_requirement"/> 10 <expand macro="samtools_requirement"/>
11 <expand macro="matplotlib_requirement" /> 11 <expand macro="matplotlib_requirement" />
12 <requirement type="package" version="0.1.11">tectonic</requirement> 12 <requirement type="package" version="0.8.0">tectonic</requirement>
13 </expand> 13 </expand>
14 <expand macro="version_command" /> 14 <expand macro="version_command" />
15 <command detect_errors="aggressive"><![CDATA[ 15 <command detect_errors="aggressive"><![CDATA[
16 @PREPARE_ENV@ 16 @PREPARE_ENV@
17 #set $input_files = [$input_file] 17 #set $input_files = [$input_file]