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

Update simulations for larger genomes #60

Merged
merged 14 commits into from
Oct 27, 2024

Conversation

andrewdavidsmith
Copy link
Contributor

This involved fixing a bug in the simulation code that would not generate genomic positions relative to the start of the entire genome that were larger than max val of int, meaning roughly 1G

… for speed and disk footprint when running tests on massive simulated test data sets
…operations within simreads, which causes the rng to be used in a different order and changes the random output
…ad in the genome because otherwise it was not enough for the human genome
…eems to prevent simulating all the way through the human genome
…the int from the rng, despite the values generated by the rng being larger and the values it got assigned to being larger, they were squeezed through int
@andrewdavidsmith andrewdavidsmith merged commit 4c14a97 into master Oct 27, 2024
3 checks passed
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