# HG changeset patch # User iuc # Date 1733500061 0 # Node ID 8049cb5537b7d0715d3fee3728fc653e806f12ba # Parent 9f8c786bd4248b51dfd3fd7d5150af8b9308febd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 9412d515121c3b2d55d3b2040dc04869866eae66 diff -r 9f8c786bd424 -r 8049cb5537b7 fastk.xml --- a/fastk.xml Tue Nov 05 10:25:08 2024 +0000 +++ b/fastk.xml Fri Dec 06 15:47:41 2024 +0000 @@ -5,7 +5,7 @@ '$tabex_hist' - && cp outfiles/.*.ktab* outfiles/ktabfiles - && cp outfiles/*.ktab outfiles/ktabfiles + && Tabex output.ktab -t${sorted_table.tabex_threshold_for_default} LIST > '$tabex_hist' + && cp .*.ktab* ktabfiles/ + && cp *.ktab ktabfiles/ #elif $sorted_table.sorted_table_option == 'yes_with_custom': - && Tabex outfiles/output.ktab -t${sorted_table.tabex_threshold_for_custom} LIST > '$tabex_hist' - && cp outfiles/.*.ktab* outfiles/ktabfiles - && cp outfiles/*.ktab outfiles/ktabfiles + && Tabex output.ktab -t${sorted_table.tabex_threshold_for_custom} LIST > '$tabex_hist' + && cp *.ktab* ktabfiles/ + && cp *.ktab ktabfiles/ #end if - && tar -c -f fastk.tar ./outfiles/ + && tar -cf fastk.tar ktabfiles/ ]]> @@ -54,8 +54,8 @@ - - + + sorted_table['sorted_table_option'] != 'no' @@ -63,12 +63,14 @@ - + + + - + @@ -78,10 +80,10 @@ + - - + @@ -93,10 +95,10 @@ + - - + @@ -115,7 +117,6 @@ 3. A tar file comprising of hidden .ktab files that can be used for downstream FASTK tools. - ]]> - \ No newline at end of file + diff -r 9f8c786bd424 -r 8049cb5537b7 macros.xml --- a/macros.xml Tue Nov 05 10:25:08 2024 +0000 +++ b/macros.xml Fri Dec 06 15:47:41 2024 +0000 @@ -1,6 +1,6 @@ 1.1.0 - 0 + 1 fastk diff -r 9f8c786bd424 -r 8049cb5537b7 test-data/test01.hist Binary file test-data/test01.hist has changed diff -r 9f8c786bd424 -r 8049cb5537b7 test-data/test02.hist Binary file test-data/test02.hist has changed diff -r 9f8c786bd424 -r 8049cb5537b7 test-data/test03.hist Binary file test-data/test03.hist has changed