diff fastk.xml @ 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
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>