Mercurial > repos > iuc > bcftools_plugin_counts
comparison bcftools_plugin_counts.xml @ 15:8d5d8355559b 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:24:52 +0000 |
parents | 28b35180900b |
children | f7879f1e77f9 |
comparison
equal
deleted
inserted
replaced
14:28b35180900b | 15:8d5d8355559b |
---|---|
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" /> | |
5 <macros> | 4 <macros> |
6 <token name="@EXECUTABLE@">counts</token> | 5 <token name="@EXECUTABLE@">counts</token> |
7 <token name="@PLUGIN_ID@">counts</token> | 6 <token name="@PLUGIN_ID@">counts</token> |
8 <import>macros.xml</import> | 7 <import>macros.xml</import> |
9 </macros> | 8 </macros> |
9 <expand macro="bio_tools" /> | |
10 <expand macro="requirements"> | 10 <expand macro="requirements"> |
11 <requirement type="package" version="3.7">python</requirement> | 11 <requirement type="package" version="3.7">python</requirement> |
12 </expand> | 12 </expand> |
13 <expand macro="version_command" /> | 13 <expand macro="version_command" /> |
14 <command detect_errors="aggressive"><![CDATA[ | 14 <command detect_errors="aggressive"><![CDATA[ |