-
Notifications
You must be signed in to change notification settings - Fork 35
Feature/duplex #324
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
Merged
Merged
Feature/duplex #324
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
246aa63
Remove default params from analysis cli
Adoni5 55607a9
Add duplex CLI Arg
Adoni5 6358fbe
Add duplex override code
Adoni5 283aa5f
Add duplex override decision and first read override decision
Adoni5 2a67a4c
Add Chemistry flag to cli args
Adoni5 36a428e
Include readfish version in printargs ooutput
Adoni5 cec09dc
Update expected error messages for wrong reference types
Adoni5 c36c50e
Doctests on Duplex tracker class
Adoni5 aa6aa69
Include chemistry on analysis class
Adoni5 4c41e0f
Whoops
Adoni5 b4253d9
bump version
Adoni5 a8b8a4c
I'mn trash ( include channel kwarg in duplex tracker)
Adoni5 0c2ceba
Comment out smart duplex alignment tracking
Adoni5 0a353e6
result.channel on getting previous decision
Adoni5 d246600
Dedent version printing out of for loop
Adoni5 cb29449
Add silly log message to be removed
Adoni5 319f9cf
On;y duplex if prev decision is not first read override or duplex_ove…
Adoni5 0597f03
Duplex override log message changed to debug
Adoni5 041c393
Add __invert__ to strand
Adoni5 bdee12b
Fix docstrings
Adoni5 ce05dad
Rename the duplextracker functions to be consistent with get/set
Adoni5 b705d0b
Add note for future
Adoni5 832e775
Split complex condition into 2 parts and move into more human friendl…
Adoni5 0505d25
Fix typo'd variable
Adoni5 eb60807
Update non simple duplex tracking
Adoni5 533b846
Fix typo
Adoni5 0e823bd
Remove comment about duplex being unfinished
Adoni5 acd6c65
Update expected messages
Adoni5 25ebfb1
Ignore targets.py for coverage
Adoni5 edcf0b1
big yikes - fixing typo in comparison to do log final decision!
Adoni5 9d0d725
Update README.md
Adoni5 946ce9e
fix typo in `--chemistry` help string
Adoni5 ec6807d
Update `readfish targets` docs to include a description of the duplex…
Adoni5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| """__about__.py | ||
| Version of the read until software | ||
| """ | ||
| __version__ = "2023.1.1" | ||
| __version__ = "2024.2.0a" |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.