File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
builtin_specifications/codon_optimization Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ def CodonOptimize(
63
63
When the method is 'harmonize_rca', this is the native species of the
64
64
original coding sequence. Same characteristics as parameter ``species``
65
65
above.
66
-
66
+
67
67
original_codon_usage_table
68
68
Optional codon usage table of the original sequence's native species.
69
69
A dict of the form ``{'*': {"TGA": 0.112, "TAA": 0.68}, 'K': ...}``
70
70
giving the codon usage table.
71
-
71
+
72
72
References
73
73
==========
74
-
74
+
75
75
Claassens et. al., Improving heterologous membrane protein
76
76
production in Escherichia coli by combining transcriptional tuning and
77
77
codon usage algorithms. PLOS One, 2017
@@ -105,5 +105,5 @@ def CodonOptimize(
105
105
original_codon_usage_table = original_codon_usage_table ,
106
106
boost = boost ,
107
107
)
108
- raise ValueError ("Parameter 'mode' should be one of best_codon, "
109
- "match_usage, " )
108
+ raise ValueError ("`method` must be 'use_best_codon', 'match_codon_usage' "
109
+ f"or 'harmonize_rca', not { method !r } " )
Original file line number Diff line number Diff line change 1
- __version__ = "3.2.11 "
1
+ __version__ = "3.2.12 "
You can’t perform that action at this time.
0 commit comments