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

Support different sampling modes in segments.py #329

Open
kahst opened this issue May 8, 2024 · 0 comments
Open

Support different sampling modes in segments.py #329

kahst opened this issue May 8, 2024 · 0 comments

Comments

@kahst
Copy link
Owner

kahst commented May 8, 2024

It would be nice to have two sampling modes in segments.py. The way it's implemented now is to randomly shuffle all segments for a species and then limit the number of returned segments to max_segmens (see here) Additionally, we should provide a way to pull a predefined number of segments per scoring range (e.g., 10 segments for scores in [0.5, 0.6[ and [0.6, 0.7[ and [0.7, 0.8[ and so on).
Should be a command line option called uniform and represenatative or similar.

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

No branches or pull requests

1 participant