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

DNA to RNA #53

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

DNA to RNA #53

wants to merge 10 commits into from

Conversation

sadrasabouri
Copy link
Member

@sadrasabouri sadrasabouri commented Mar 1, 2025

Reference Issues/PRs

#4

What does this implement/fix? Explain your changes.

This PR adds to_rna method to Primer 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 with U 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.

@sadrasabouri sadrasabouri added this to the opr v0.4 milestone Mar 1, 2025
@sadrasabouri sadrasabouri self-assigned this Mar 1, 2025
@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (19b0ddb) to head (a8b5d17).

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.
📢 Have feedback on the report? Share it here.

@sadrasabouri sadrasabouri marked this pull request as ready for review March 1, 2025 03:13
@sadrasabouri sadrasabouri requested a review from AHReccese March 1, 2025 16:18
Copy link
Member

@sepandhaghighi sepandhaghighi left a 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 🔥

@sadrasabouri
Copy link
Member Author

@sepandhaghighi done, it's ready for your review now.

@AHReccese AHReccese self-requested a review March 3, 2025 21:14
Copy link
Member

@sepandhaghighi sepandhaghighi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants