Mercurial > repos > bgruening > sklearn_clf_metrics
diff clf_metrics.xml @ 13:86d990d8277f draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit cd4a8b019168acd5a513c57a1b1f380622f230f6
author | bgruening |
---|---|
date | Sun, 01 Jul 2018 03:16:29 -0400 |
parents | cf91db94623c |
children | 6f94f6805db4 |
line wrap: on
line diff
--- a/clf_metrics.xml Wed Jun 06 17:39:28 2018 -0400 +++ b/clf_metrics.xml Sun Jul 01 03:16:29 2018 -0400 @@ -28,7 +28,7 @@ header='infer' if params["clf_metrics"].get("header1", None) else None column_option = params["clf_metrics"]["column_selector_options_1"]["selected_column_selector_option"] -if column_option in ["by_index_number", "all_but_by_index_number"]: +if column_option in ["by_index_number", "all_but_by_index_number", "by_header_name", "all_but_by_header_name"]: c = params["clf_metrics"]["column_selector_options_1"]["col1"] else: c = None @@ -43,7 +43,7 @@ header='infer' if params["clf_metrics"].get("header2", None) else None column_option = params["clf_metrics"]["column_selector_options_2"]["selected_column_selector_option2"] -if column_option in ["by_index_number", "all_but_by_index_number"]: +if column_option in ["by_index_number", "all_but_by_index_number", "by_header_name", "all_but_by_header_name"]: c = params["clf_metrics"]["column_selector_options_2"]["col2"] else: c = None