diff bcftools_plugin_counts.xml @ 12:d24111a399d8 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f3fe2272c80fdb749db49be689681e4d1391bee"
author iuc
date Wed, 25 Dec 2019 17:11:47 +0000
parents 94f8b2b147a0
children e3ca320a52be
line wrap: on
line diff
--- a/bcftools_plugin_counts.xml	Thu Oct 10 03:52:03 2019 -0400
+++ b/bcftools_plugin_counts.xml	Wed Dec 25 17:11:47 2019 +0000
@@ -1,12 +1,14 @@
 <?xml version='1.0' encoding='utf-8'?>
-<tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@+galaxy1">
+<tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@">
     <description>plugin  counts number of samples, SNPs, INDELs, MNPs and total sites</description>
     <macros>
         <token name="@EXECUTABLE@">counts</token>
         <token name="@PLUGIN_ID@">counts</token>
         <import>macros.xml</import>
     </macros>
-    <expand macro="requirements" />
+    <expand macro="requirements">
+     <requirement type="package" version="3.7">pyton</requirement>
+    </expand>
     <expand macro="version_command" />
     <command detect_errors="aggressive"><![CDATA[
 @PREPARE_ENV@