diff intersect.xml @ 2:cb2055ee4e6c draft

planemo upload for repository https://github.com/COMBAT-TB/vcf_snps_utils commit 25c750eea54d573ae0dcd3e5af23cffb8ba4c63b
author sanbi-uwc
date Thu, 16 Aug 2018 08:25:04 -0400
parents f8f16a682d01
children ec601f9af09b
line wrap: on
line diff
--- a/intersect.xml	Thu Aug 16 08:14:19 2018 -0400
+++ b/intersect.xml	Thu Aug 16 08:25:04 2018 -0400
@@ -2,8 +2,12 @@
 <tool id="intersect" name="Intersect SNPs with a CSV file" version="@TOOL_VERSION@+galaxy0" profile="17.01">
   <description>Intersect SNPs with a CSV file</description>
   <macros>
-    <import>vcf_snps_utils_macros.xml</import>
+    <token name="@TOOL_VERSION@">0.0.2</token>
   </macros>
+
+  <requirements>
+    <requirement type="package" version="@TOOL_VERSION@">vcf_snps_utils</requirement>
+  </requirements>
         
   <command detect_errors="exit_code"><![CDATA[
     ln -s '$input_vcf' data.vcf &&
@@ -29,7 +33,7 @@
       <output name="output" compare="diff" lines_diff="2" file="sample1.html" ftype="html" />
     </test>
   </tests>
-  
+
   <help>
 
 **What it does**