Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get_scoring method #1103

Open
kxk302 opened this issue Apr 13, 2021 · 0 comments
Open

Fix get_scoring method #1103

kxk302 opened this issue Apr 13, 2021 · 0 comments

Comments

@kxk302
Copy link
Contributor

kxk302 commented Apr 13, 2021

Currently, get_scoring() in galaxy_ml/utils.py assumes 'secondary_scoring' is a comma separated string. It seems galaxy now provides a list instead. Must revise get_scoring() so it can handle a list and a string (for backward compatibility). Right now, the fix (list to comma separated string conversion) happens in galaxytools. After get_scoring is revised (goeckslab/Galaxy-ML#59), the fix in galaxytools should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant