# HG changeset patch # User bgruening # Date 1723804914 0 # Node ID 86755160afbf2b7bb35a227c315612baa67089ce # Parent fbf99087e067ae5f4733fc37c70e69b3de458dda planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7 diff -r fbf99087e067 -r 86755160afbf cut.xml --- a/cut.xml Thu Mar 28 13:20:16 2024 +0000 +++ b/cut.xml Fri Aug 16 10:41:54 2024 +0000 @@ -1,4 +1,4 @@ - + columns from a table (cut) macros.xml @@ -13,10 +13,10 @@ #if $cut_type_options.cut_element != '-f' '$cut_type_options.list' #else + '$cut_type_options.colnames_option.list' #if str($cut_type_options.delimiter) != '': -d"$cut_type_options.delimiter" #end if - '$cut_type_options.colnames_option.list' #end if '$input' > '$output' @@ -194,7 +194,11 @@ + + + + @@ -207,6 +211,9 @@ + + + diff -r fbf99087e067 -r 86755160afbf sort_rows.xml --- a/sort_rows.xml Thu Mar 28 13:20:16 2024 +0000 +++ b/sort_rows.xml Fri Aug 16 10:41:54 2024 +0000 @@ -18,7 +18,6 @@ -