# HG changeset patch
# User iuc
# Date 1733500051 0
# Node ID b446c2f40b60a47c15cf17e484ecd5c0dbc6bafb
# Parent 226636a67bc1d32a906a45c6cb8c3fa3ec05345e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 9412d515121c3b2d55d3b2040dc04869866eae66
diff -r 226636a67bc1 -r b446c2f40b60 fastk.xml
--- a/fastk.xml Tue Nov 05 10:24:58 2024 +0000
+++ b/fastk.xml Fri Dec 06 15:47:31 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 226636a67bc1 -r b446c2f40b60 macros.xml
--- a/macros.xml Tue Nov 05 10:24:58 2024 +0000
+++ b/macros.xml Fri Dec 06 15:47:31 2024 +0000
@@ -1,6 +1,6 @@
1.1.0
- 0
+ 1
fastk
diff -r 226636a67bc1 -r b446c2f40b60 test-data/test01.hist
Binary file test-data/test01.hist has changed
diff -r 226636a67bc1 -r b446c2f40b60 test-data/test02.hist
Binary file test-data/test02.hist has changed
diff -r 226636a67bc1 -r b446c2f40b60 test-data/test03.hist
Binary file test-data/test03.hist has changed