diff macros.xml @ 3:3242dbeea69c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/irissv/ commit 00d6705a08a9d9cc9093846b730c4dec247cf5e7
author iuc
date Sat, 18 May 2024 20:34:13 +0000
parents 1d4f065fa0ef
children
line wrap: on
line diff
--- a/macros.xml	Wed Jul 06 07:07:21 2022 +0000
+++ b/macros.xml	Sat May 18 20:34:13 2024 +0000
@@ -1,10 +1,9 @@
-<?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">1.0.4</token>
+    <token name="@TOOL_VERSION@">1.0.5</token>
     <token name="@PROFILE@">20.01</token>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="1.9">samtools</requirement>
+            <requirement type="package" version="1.19.2">samtools</requirement>
             <requirement type="package" version="@TOOL_VERSION@">irissv</requirement>
         </requirements>
     </xml>
@@ -22,11 +21,9 @@
             }</citation>
         </citations>
     </xml>
-
     <!--
         command
     -->
-
     <token name="@REF_FASTA@"><![CDATA[
         #if $reference_source.reference_source_selector == 'history':
             #set reference = $reference_source.ref_file
@@ -41,7 +38,6 @@
             ln -sf '$reference' reference &&
         #end if
     ]]></token>
-
     <xml name="reference">
         <conditional name="reference_source">
             <param name="reference_source_selector" type="select" label="Choose the source for the reference genome">
@@ -65,7 +61,6 @@
     <!--
         Help
     -->
-
     <token name="@WID@"><![CDATA[
 *irissv*, or Implement for Refining Insertion Sequences is a tool which corrects the sequences of structural variant calls (currently only insertions). It uses FalconSense to obtain consensus sequences of the reads surrounding each variant and aligns these sequences back to the reference at the insertion site, resulting in an insertion which takes into account the aggregate information of all supporting reads.
     ]]></token>