diff vcf2hrdetect.xml @ 8:b4dec06d8fc6 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 51dc6c56c7d95fc229ffee958354211cd454fd36"
author artbio
date Sun, 09 May 2021 17:09:33 +0000
parents ad8853ee9909
children 7dcf61950215
line wrap: on
line diff
--- a/vcf2hrdetect.xml	Sun Apr 18 17:08:22 2021 +0000
+++ b/vcf2hrdetect.xml	Sun May 09 17:09:33 2021 +0000
@@ -1,5 +1,8 @@
-<tool id="vcf2hrdetect" name="Convert lumpy-smoove vcf" version="1">
+<tool id="vcf2hrdetect" name="Convert lumpy-smoove vcf" version="2">
     <description>to tabular hrdetect</description>
+    <requirements>
+        <requirement type="package" version="0.2.5">smoove</requirement>
+    </requirements>
     <macros>
         <import>macro_lumpy_smoove.xml</import>
     </macros>
@@ -21,7 +24,7 @@
     <tests>
         <test>
             <param name="lumpy_smoove_vcf" value="test_vcf2hrdetect.vcf" ftype="vcf" />
-            <output name="hrdetect_tabular" file="test_vcf2hrdetect.tab" ftype="tabular" />
+            <output name="hrdetect_tabular" file="test_vcf2hrdetect.tab" sort="true" ftype="tabular" />
         </test>
     </tests>
     <help>