changeset 20:dd49135a0c3b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit cbe1a5975621eb02d0d5e38ff7b4bd8b67108a16
author iuc
date Wed, 18 Sep 2024 16:20:52 +0000
parents 38c11e3dde7f
children 024f0ca29900
files abyss-pe.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/abyss-pe.xml	Mon Sep 18 11:04:10 2023 +0000
+++ b/abyss-pe.xml	Wed Sep 18 16:20:52 2024 +0000
@@ -1,8 +1,8 @@
 <tool id="abyss-pe" name="ABySS" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
     <description>de novo sequence assembler</description>
     <macros>
-        <token name="@TOOL_VERSION@">2.3.6</token>
-        <token name="@VERSION_SUFFIX@">1</token>
+        <token name="@TOOL_VERSION@">2.3.9</token>
+        <token name="@VERSION_SUFFIX@">0</token>
         <xml name="reads_conditional">
             <conditional name="reads">
                 <param name="reads_selector" type="select" label="Type of paired-end datasets">
@@ -28,7 +28,7 @@
     </xrefs>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">abyss</requirement>
-        <requirement type="package" version="0.7.17">bwa</requirement>
+        <requirement type="package" version="0.7.18">bwa</requirement>
     </requirements>
     <stdio>
         <!-- Anything other than zero is an error -->