-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from Psy-Fer/7.4.12_dorado
7.4.12 dorado for v0.5.0 buttery-eel
- Loading branch information
Showing
18 changed files
with
1,923 additions
and
276 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
The following options were removed: | ||
|
||
``` | ||
| * post_out (bool): Flag indicating whether to return full posterior state data. Default is False. | ||
| * lamp_kit (str): String naming LAMP barcode kit to use. Default is to not do LAMP barcoding. | ||
| * detect_mid_strand_barcodes (bool): Flag indicating that read will be marked as unclassified if barcodes appear | ||
| within the strand itself. Default is False. | ||
| * detect_mid_strand_adapter (bool): Flag indicating that read will be marked as unclassified if the adapter | ||
| sequence appears within the strand itself. Default is False. | ||
| * min_score_barcode_front (float): Minimum score for a front barcode to be classified. Default is 60. | ||
| * min_score_barcode_rear (float): Minimum score for a rear barcode to be classified. Default is to use the front | ||
| minimum. | ||
| * min_score_barcode_mid (float): Minimum score for mid barcodes to be detected. Default is 50. | ||
| * detect_adapter (bool): Enable detection of adapters at the front and rear of the sequence. | ||
| * detect_primer (bool): Enable detection of primers at the front and rear of the sequence. | ||
| * min_score_adapter (float): Minimum score for a front or rear adapter to be classified. Default is 60. | ||
| * min_score_primer (float): Minimum score for a front or rear primer to be classified. Default is 60. | ||
| * align_type (str): Type of alignment requested. Valid values are "auto", "coarse", and "full". | ||
| Default is "auto". | ||
| * min_score_lamp (float): Minimum score for a LAMP barcode to be detected. Default is 80. | ||
| * min_score_lamp_mask (float): Minimum score for a LAMP barcode mask to be detected. Default is 50. | ||
| * min_score_lamp_target (float): Minimum score for a LAMP target to be detected. Default is 50. | ||
| * additional_lamp_context_bases (int): Number of additional bases from context to include in lamp barcode comparison. | ||
| Default is 2. | ||
``` | ||
|
||
The follow were changed: | ||
|
||
old | ||
``` | ||
| * move_and_trace_enabled (bool): Flag indicating whether to return trace and move data. Default is True. | ||
``` | ||
new | ||
``` | ||
| * move_enabled (bool): Flag indicating whether to return move data. Default is False. | ||
``` |
This file contains 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 @@ | ||
numpy | ||
pyslow5>=1.1.0 | ||
# ont-pyguppy-client-lib==7.2.13 | ||
ont-pybasecall-client-lib==7.3.10 | ||
ont-pybasecall-client-lib==7.4.12 |
This file contains 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 +1 @@ | ||
__version__="0.4.3" | ||
__version__="0.5.0" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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.