Skip to content
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

User defined rules #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

dansuissa
Copy link
Collaborator

Fixes #7: Add user-defined rules for DNA sequence complexity

  • Added new CodonComplexity module with configurable rules
  • Implemented Twist's synthesis requirements:
    • Repeat sequence detection (≥20bp or Tm ≥60°C)
    • GC content checks (25-65% globally, max 52% deviation)
    • Homopolymer identification
    • HIS tag pattern validation
  • Added sequence regeneration capability when complexity checks fail
  • Updated prediction function to support complexity checking

Note:
Would you like me to add any additional test cases or documentation?

Add CodonComplexity module for sequence complexity checks
Update CodonPrediction with complexity checking functionality and updated docstrings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user-defined rules
1 participant