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

Is the normalize-by-median.py script deterministic? #1905

Open
zmunro opened this issue Jun 12, 2020 · 2 comments
Open

Is the normalize-by-median.py script deterministic? #1905

zmunro opened this issue Jun 12, 2020 · 2 comments

Comments

@zmunro
Copy link

zmunro commented Jun 12, 2020

Trying to recreate some previous;y computed results and there are a few places where nondeterminism could be present and I was wondering if it could be present in this script.

@standage
Copy link
Member

I'll let @ctb correct me if I'm wrong. But if nothing else has changed in the environment, running normalize-by-median.py multiple times with the same arguments and the same inputs should produce identical output in single-threaded mode. There can be some non-deterministic behavior when counting k-mers in multi-threaded mode, so I guess there's a chance you might get slightly different results there. But I wouldn't expect the differences to be very much.

@ctb
Copy link
Member

ctb commented Jun 22, 2020 via email

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

3 participants