We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aefe57 commit fb6afc5Copy full SHA for fb6afc5
dnachisel/builtin_specifications/__init__.py
@@ -39,6 +39,7 @@
39
"AvoidPattern": AvoidPattern,
40
"CodonOptimize": CodonOptimize,
41
"EnforceGCContent": EnforceGCContent,
42
+ "EnforceMeltingTemperature": EnforceMeltingTemperature,
43
"EnforcePatternOccurence": EnforcePatternOccurence,
44
"EnforceTranslation": EnforceTranslation,
45
"EnforceRegionsCompatibility": EnforceRegionsCompatibility,
@@ -47,7 +48,7 @@
47
48
"EnforceChanges": EnforceChanges,
49
"HarmonizeRCA": HarmonizeRCA,
50
"MaximizeCAI": MaximizeCAI,
- "MatchTargetCodonUsage": MatchTargetCodonUsage
51
+ "MatchTargetCodonUsage": MatchTargetCodonUsage,
52
}
53
54
# Add the shorthands to the specifications dict.
0 commit comments