comparison bcftools_plugin_counts.xml @ 15:c09aa71df573 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 07:40:37 +0000
parents e3ca320a52be
children 666a770abaae
comparison
equal deleted inserted replaced
14:8d3463d2850b 15:c09aa71df573
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@+galaxy1"> 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 <expand macro="bio_tools" />
4 <macros> 5 <macros>
5 <token name="@EXECUTABLE@">counts</token> 6 <token name="@EXECUTABLE@">counts</token>
6 <token name="@PLUGIN_ID@">counts</token> 7 <token name="@PLUGIN_ID@">counts</token>
7 <import>macros.xml</import> 8 <import>macros.xml</import>
8 </macros> 9 </macros>