# HG changeset patch # User iuc # Date 1715867373 0 # Node ID 87f4b4dced3efa6fde168f803f82537c8180349a # Parent b820ef95ca201902567f99ae1d6fe11fa4521700 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 1bb40ad9eb4ca65fc22adfd08acc31a7c854960a diff -r b820ef95ca20 -r 87f4b4dced3e fastk.xml --- 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/ ]]> diff -r b820ef95ca20 -r 87f4b4dced3e macros.xml --- 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 @@ 1.0.0 - 1 + 2 fastk