Mercurial > repos > bgruening > sklearn_feature_selection
diff feature_selection.xml @ 14:dc411a215138 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 8cf3d813ec755166ee0bd517b4ecbbd4f84d4df1
author | bgruening |
---|---|
date | Thu, 23 Aug 2018 16:16:26 -0400 |
parents | f8dfdb47508b |
children | 026667802750 |
line wrap: on
line diff
--- a/feature_selection.xml Fri Aug 17 12:28:35 2018 -0400 +++ b/feature_selection.xml Thu Aug 23 16:16:26 2018 -0400 @@ -21,7 +21,8 @@ import pandas import sklearn.feature_selection -execfile("$__tool_directory__/utils.py") +execfile("$__tool_directory__/sk_whitelist.py") +execfile("$__tool_directory__/utils.py", globals()) safe_eval = SafeEval() @@ -261,5 +262,8 @@ .. _`Scikit-learn classification metrics`: http://scikit-learn.org/stable/modules/model_evaluation.html#classification-metrics ]]> </help> - <expand macro="sklearn_citation"/> + <expand macro="sklearn_citation"> + <expand macro="skrebate_citation"/> + <expand macro="xgboost_citation"/> + </expand> </tool>