changeset 1:d31211a43b19 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d76130cdcb21f0390b4e68e733d38575fd5cc6c7"
author iuc
date Tue, 14 Dec 2021 19:07:12 +0000
parents d3bc6ec7881f
children df4300f300e4
files classify.xml macros.xml
diffstat 2 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/classify.xml	Fri Jan 22 14:33:05 2021 +0000
+++ b/classify.xml	Tue Dec 14 19:07:12 2021 +0000
@@ -105,7 +105,7 @@
             </output>
             <output name="out_vcf">
                 <assert_contents>
-                    <has_size value="7762"/>
+                    <has_size value="7758"/>
                 </assert_contents>
             </output>
         </test>
@@ -140,7 +140,7 @@
             </output>
             <output name="out_vcf">
                 <assert_contents>
-                    <has_size value="7762"/>
+                    <has_size value="7758"/>
                 </assert_contents>
             </output>
         </test>
@@ -167,7 +167,7 @@
             </output>
             <output name="out_vcf">
                 <assert_contents>
-                    <has_size value="7665"/>
+                    <has_size value="7661"/>
                 </assert_contents>
             </output>
         </test>
@@ -197,7 +197,7 @@
             </output>
             <output name="out_vcf">
                 <assert_contents>
-                    <has_size value="7665"/>
+                    <has_size value="7661"/>
                 </assert_contents>
             </output>
         </test>
--- a/macros.xml	Fri Jan 22 14:33:05 2021 +0000
+++ b/macros.xml	Tue Dec 14 19:07:12 2021 +0000
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">0.8.7</token>
+    <token name="@TOOL_VERSION@">0.9.1</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">delly</requirement>
-            <requirement type="package" version="1.10.2">bcftools</requirement>
+            <requirement type="package" version="1.12">bcftools</requirement>
         </requirements>
     </xml>
     <xml name="version_command">
@@ -16,7 +16,11 @@
             <citation type="doi">10.1093/bioinformatics/bts378</citation>
         </citations>
     </xml>
-	
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">delly2</xref>
+        </xrefs>
+    </xml>
     <!-- command -->
 
     <token name="@BAM@"><![CDATA[
@@ -148,4 +152,4 @@
     <token name="@REFERENCES@"><![CDATA[
 More information are available on `GitHub <https://github.com/dellytools/delly>`_.
     ]]></token>
-</macros>
\ No newline at end of file
+</macros>