Skip to content

Commit

Permalink
Fix #94
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Jan 9, 2025
1 parent 9aefe57 commit fb6afc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dnachisel/builtin_specifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"AvoidPattern": AvoidPattern,
"CodonOptimize": CodonOptimize,
"EnforceGCContent": EnforceGCContent,
"EnforceMeltingTemperature": EnforceMeltingTemperature,
"EnforcePatternOccurence": EnforcePatternOccurence,
"EnforceTranslation": EnforceTranslation,
"EnforceRegionsCompatibility": EnforceRegionsCompatibility,
Expand All @@ -47,7 +48,7 @@
"EnforceChanges": EnforceChanges,
"HarmonizeRCA": HarmonizeRCA,
"MaximizeCAI": MaximizeCAI,
"MatchTargetCodonUsage": MatchTargetCodonUsage
"MatchTargetCodonUsage": MatchTargetCodonUsage,
}

# Add the shorthands to the specifications dict.
Expand Down

0 comments on commit fb6afc5

Please sign in to comment.