changeset 1:f8f16a682d01 draft

planemo upload for repository https://github.com/COMBAT-TB/vcf_snps_utils commit cfb04d59b0377b23ddc1264ddcf8677f2b191aa8
author sanbi-uwc
date Thu, 16 Aug 2018 08:14:19 -0400
parents fc75be7f3fd2
children cb2055ee4e6c
files intersect.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/intersect.xml	Thu Aug 16 07:41:03 2018 -0400
+++ b/intersect.xml	Thu Aug 16 08:14:19 2018 -0400
@@ -1,7 +1,7 @@
  <?xml version="1.0"?>
 <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>
+  <macros>
     <import>vcf_snps_utils_macros.xml</import>
   </macros>
         
@@ -28,7 +28,8 @@
       <param name="input_vcf" value="sample1.vcf" />
       <output name="output" compare="diff" lines_diff="2" file="sample1.html" ftype="html" />
     </test>
-
+  </tests>
+  
   <help>
 
 **What it does**
@@ -64,6 +65,6 @@
 
   vcf_snps_utils intersect example.vcf example.csv --out output/test
 
-    </help>
+  </help>
 
 </tool>