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

Issue 205 #2

Merged
merged 9 commits into from
Aug 5, 2019
Merged

Issue 205 #2

merged 9 commits into from
Aug 5, 2019

Conversation

lucventurini
Copy link
Owner

Changes:

  • Mikado now will not hang if a subprocess dies, it will immediately exit.
  • Ensured that Mikado runs are fully reproducible using a random seed (Static random seed EI-CoreBioinformatics/mikado#183)
  • Solved a bug that crashed Mikado prepare in the presence of incorrect transcripts
  • Removed the cause for locked interprocess-exchange databases in Mikado pick. Switched to WAL and increased the timeout limit.

…d also within the processes. Moreover, I have ensured that numpy.random.seed will not crash because of a seed larger than 2^32 - 1 (the maximum limit)
…eseed (a pretty inexpensive operation) each time before drawing. This ensures that we will always have a reproducible result.
@lucventurini lucventurini merged commit 68d3c60 into master Aug 5, 2019
@lucventurini lucventurini deleted the issue-205 branch August 5, 2019 11:12
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

Successfully merging this pull request may close these issues.

1 participant