changeset 2:87f4b4dced3e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 1bb40ad9eb4ca65fc22adfd08acc31a7c854960a
author iuc
date Thu, 16 May 2024 13:49:33 +0000
parents b820ef95ca20
children
files fastk.xml macros.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/fastk.xml	Tue May 14 12:47:29 2024 +0000
+++ b/fastk.xml	Thu May 16 13:49:33 2024 +0000
@@ -24,12 +24,12 @@
         -T\${GALAXY_SLOTS:-8} -Noutfiles/output -Poutfiles/ktabfiles
         #if $sorted_table.sorted_table_option == 'yes_with_default':
             && Tabex outfiles/output.ktab -t${sorted_table.tabex_threshold_for_default} LIST > '$tabex_hist'
-            && mv outfiles/.*.ktab* outfiles/ktabfiles 
-            && mv outfiles/*.ktab outfiles/ktabfiles
+            && cp outfiles/.*.ktab* outfiles/ktabfiles 
+            && cp outfiles/*.ktab outfiles/ktabfiles
         #elif $sorted_table.sorted_table_option == 'yes_with_custom':
             && Tabex outfiles/output.ktab -t${sorted_table.tabex_threshold_for_custom} LIST > '$tabex_hist'
-            && mv outfiles/.*.ktab* outfiles/ktabfiles 
-            && mv outfiles/*.ktab outfiles/ktabfiles
+            && cp outfiles/.*.ktab* outfiles/ktabfiles 
+            && cp outfiles/*.ktab outfiles/ktabfiles
         #end if
         && tar -c -f fastk.tar ./outfiles/
     ]]></command>
--- a/macros.xml	Tue May 14 12:47:29 2024 +0000
+++ b/macros.xml	Thu May 16 13:49:33 2024 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">1.0.0</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">fastk</requirement>