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

[Feature]: Primer Name #42

Open
sepandhaghighi opened this issue Jan 13, 2025 · 0 comments
Open

[Feature]: Primer Name #42

sepandhaghighi opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request new feature
Milestone

Comments

@sepandhaghighi
Copy link
Member

Describe the feature you want to add

Add name parameter/property to Primer class

Describe your proposed solution

>>> from opr import Primer
>>> p = Primer("ATCG", name="primer1")
>>> p.name
"primer1"

Describe alternatives you've considered, if relevant

No response

Additional context

Defaults:

  1. name: unknown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new feature
Projects
None yet
Development

No branches or pull requests

2 participants