Feature/pass reads#361
Merged
Merged
Conversation
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
* Made a proper SVG thought i'd just include it here * Remove setting the read_number on the result Add in the correct strand classifications for minknow 6 * Remove Read number from Result and all references to read number * Update target versions for MinKNOW to 6.0.0 - 6.0.0 Explicitly exit if running on MInKNOW 5.X.X * Update vendored read until API to v3.5.2 * Update test for conencted base caller version to work * Pin ont-pybasecall-client-lib at 7.4.12 * Add downgrade to 2024.2.0 to error message * Fix bug in reads not unblocking as expected #372 * change list() to [] * Chunk tracker uses read_id not read_number, update trackers internal variable names * bump version to 2024.3.0 * Fix tests for the new MinKNOW version compatibility Fix tests for the _statistics too not use `read_number` * Bump summarise version to 0.2.7 * Drop incorrect gotcha * Feature/deprecate guppy (#374) * This commit addresses the removal of guppy.py, partial removal of guppy tests, edits to documentation to largely replace guppy with dorado, removes the ont-pyguppy-client-lib and adds a warning to the readme. It also adds some extra classes to the read_until init in targets. * Remove builtin module for guppy * Update FAQ questions to focus dorado as well as Guppy * Change validate caller warning to mention dorado not guppy * Change readme warnings to Focus dorado and minknow breaking changes more Add link/requirement for dorado_basecall_server not guppy_basecall_server * Rename tests to dorado validation tests * Add dorado to mappy-test install target
alexomics
previously approved these changes
Aug 26, 2024
Contributor
Author
alexomics
approved these changes
Aug 26, 2024
agrima2010
pushed a commit
to agrima2010/readfish
that referenced
this pull request
Apr 17, 2026
* Attempt at using pass_reads * Add message about generating the aligner description * FIX bug where parameter reads was being overwritten by empty list reads * DRAFT Feature/minknow6 compatibility (LooseLab#369) * Made a proper SVG thought i'd just include it here * Remove setting the read_number on the result Add in the correct strand classifications for minknow 6 * Remove Read number from Result and all references to read number * Update target versions for MinKNOW to 6.0.0 - 6.0.0 Explicitly exit if running on MInKNOW 5.X.X * Update vendored read until API to v3.5.2 * Update test for conencted base caller version to work * Pin ont-pybasecall-client-lib at 7.4.12 * Add downgrade to 2024.2.0 to error message * Fix bug where unblocked_read_ids wasn't being written out * Chunk tracker uses read_id not read_number, update trackers internal variable names * bump version to 2024.3.0 * Fix tests for the new MinKNOW version compatibility Fix tests for the _statistics too not use `read_number` * Bump summarise version to 0.2.7 * Drop incorrect gotcha * Feature/deprecate guppy (LooseLab#374) * This commit addresses the removal of guppy.py, partial removal of guppy tests, edits to documentation to largely replace guppy with dorado, removes the ont-pyguppy-client-lib and adds a warning to the readme. It also adds some extra classes to the read_until init in targets. * Remove builtin module for guppy * Update FAQ questions to focus dorado as well as Guppy * Change validate caller warning to mention dorado not guppy * Change readme warnings to Focus dorado and minknow breaking changes more Add link/requirement for dorado_basecall_server not guppy_basecall_server * Rename tests to dorado validation tests * Add dorado to mappy-test install target * Fix black formatting of accepted chunks list * rename read_id to read_number on _generate_action because I may as well * return action from override as for some pythons it doesn't mutate in place * add mappy-rs because I keep typing it and not mappy_rs * Don't clip RF from front, used cached read_id for the result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pass_readsfunction on the caller, rather than individual calls topass_read, should be faster and has removed sleeping.sub_tagand makes them comments.N.B Committed as @satriobio from the remote Vs code server, is this identity theft?