changeset 2:6584dfcc7165 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 7704c7c172c1c511dc23a3e5babdf3bf8e5198eb
author iuc
date Wed, 07 Sep 2022 17:00:10 +0000
parents 7fb3bb1e221e
children
files build.xml macros.xml
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Thu Apr 09 03:46:40 2020 -0400
+++ b/build.xml	Wed Sep 07 17:00:10 2022 +0000
@@ -1,12 +1,14 @@
-<tool id="odgi_build" name="odgi build" version="@TOOL_VERSION@">
+<tool id="odgi_build" name="odgi build" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
     <description>construct a dynamic succinct variation graph</description>
     <macros>
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
+cp '$gfa' input.gfa &&
+
 odgi build
--g '$gfa'
+-g input.gfa
 -o '$odgi_output'
 $sort
 #if $to_gfa:
--- a/macros.xml	Thu Apr 09 03:46:40 2020 -0400
+++ b/macros.xml	Wed Sep 07 17:00:10 2022 +0000
@@ -6,6 +6,7 @@
         </requirements>
     </xml>
     <token name="@TOOL_VERSION@">0.3</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <xml name="citations">
         <citations>
             <yield />