Mercurial > repos > bgruening > sklearn_feature_selection
diff feature_selection.xml @ 14:93428e8fdab2 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 8cf3d813ec755166ee0bd517b4ecbbd4f84d4df1
| author | bgruening |
|---|---|
| date | Thu, 23 Aug 2018 16:10:26 -0400 |
| parents | 467550472f7d |
| children | 3232ad8fee41 |
line wrap: on
line diff
--- a/feature_selection.xml Fri Aug 17 12:21:58 2018 -0400 +++ b/feature_selection.xml Thu Aug 23 16:10: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>
