-
Notifications
You must be signed in to change notification settings - Fork 0
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
DNA to RNA #53
base: dev
Are you sure you want to change the base?
DNA to RNA #53
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #53 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 194 196 +2
Branches 25 25
=========================================
+ Hits 194 196 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sadrasabouri Please resolve the pull request conflicts and then ping me so we can complete my review 🔥
@sepandhaghighi done, it's ready for your review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🔥
Reference Issues/PRs
#4
What does this implement/fix? Explain your changes.
This PR adds
to_rna
method toPrimer
class, transforming DNA sequence to RNA.Any other comments?
The website referred to in the issue was out of reach at the time of developing this feature. so I used other resources. As I found it only replaces
T
withU
to make the RNA from DNA. However, I saw some other resources where they complement the resulting formula at the end as well. I just wanted to know if we're doing the right thing.update: the website is back to normal now and I checked all the tests and examples with that.