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

New version of NanoSim-H #19

Merged
merged 7 commits into from
Apr 19, 2021
Merged

New version of NanoSim-H #19

merged 7 commits into from
Apr 19, 2021

Conversation

karel-brinda
Copy link
Owner

@karel-brinda karel-brinda commented Aug 30, 2019

Michael Hall and others added 7 commits June 4, 2019 21:33
… of a chromosome

Note that a few lines above, in the case of a circular chromosome, the code gets this right. Specifically, this check uses <= correctly:

    if length + ref_pos <= genome_len:

It's only this spot where the logic was wrong and consequently reads that end on the last base of the chromosome weren't allowed.
(Probably not hyperbole. A 100-million base sequence that case_convert was going to take ~ 10 days tp process before now takes <5 seconds.)
add R9.4 1D ecoli profile
Make case_convert about a million times faster for long sequences
…-short-references

Fix bugs preventing tool from working on short reference sequences
@karel-brinda karel-brinda merged commit 093831e into master Apr 19, 2021
@karel-brinda karel-brinda deleted the devel branch September 7, 2022 15:31
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.

2 participants