comparison bcftools_plugin_counts.xml @ 12:b781fa08aa3c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit f137c76ba915d49f93c5535f486a4a8fa32f6e56"
author iuc
date Tue, 14 Jan 2020 08:11:31 -0500
parents d8dddb51e831
children 28b35180900b
comparison
equal deleted inserted replaced
11:d8dddb51e831 12:b781fa08aa3c
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@"> 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@+galaxy1">
3 <description>plugin counts number of samples, SNPs, INDELs, MNPs and total sites</description> 3 <description>plugin counts number of samples, SNPs, INDELs, MNPs and total sites</description>
4 <macros> 4 <macros>
5 <token name="@EXECUTABLE@">counts</token> 5 <token name="@EXECUTABLE@">counts</token>
6 <token name="@PLUGIN_ID@">counts</token> 6 <token name="@PLUGIN_ID@">counts</token>
7 <import>macros.xml</import> 7 <import>macros.xml</import>
8 </macros> 8 </macros>
9 <expand macro="requirements"> 9 <expand macro="requirements">
10 <requirement type="package" version="3.7">pyton</requirement> 10 <requirement type="package" version="3.7">python</requirement>
11 </expand> 11 </expand>
12 <expand macro="version_command" /> 12 <expand macro="version_command" />
13 <command detect_errors="aggressive"><![CDATA[ 13 <command detect_errors="aggressive"><![CDATA[
14 @PREPARE_ENV@ 14 @PREPARE_ENV@
15 @PREPARE_INPUT_FILE@ 15 @PREPARE_INPUT_FILE@