# HG changeset patch
# User bgruening
# Date 1562714219 14400
# Node ID c11c91e9591e51f2d405b168c80e512a19283c1c
# Parent  4e0b0a6a89a64c1f3a8edab69c22f0d9d0c62700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 49522db5f2dc8a571af49e3f38e80c22571068f4

diff -r 4e0b0a6a89a6 -r c11c91e9591e main_macros.xml
--- a/main_macros.xml	Tue May 14 17:52:21 2019 -0400
+++ b/main_macros.xml	Tue Jul 09 19:16:59 2019 -0400
@@ -349,9 +349,9 @@
   <xml name="samples_column_selector_options" token_column_option="selected_column_selector_option" token_col_name="col1" token_multiple="False" token_infile="infile1">
     <param name="@COLUMN_OPTION@" type="select" label="Choose how to select data by column:">
       <option value="by_index_number" selected="true">Select columns by column index number(s)</option>
-      <option value="all_but_by_index_number">All columns BUT by column index number(s)</option>
+      <option value="all_but_by_index_number">All columns EXCLUDING some by column index number(s)</option>
       <option value="by_header_name">Select columns by column header name(s)</option>
-      <option value="all_but_by_header_name">All columns BUT by column header name(s)</option>
+      <option value="all_but_by_header_name">All columns EXCLUDING some by column header name(s)</option>
       <option value="all_columns">All columns</option>
     </param>
     <when value="by_index_number">