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

feat: Addition of Transcribe and Translate features #527

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Cardosaum
Copy link

Context

This pull request addresses the issue #526. It introduces changes to the documentation, showcasing the envisioned API for transcription and translation functions in Rust-Bio. The proposed API, as seen in this commit, takes inspiration from the logic and API already present in Biopython. By adopting a familiar framework from a different language, the onboarding process for users transitioning to Rust-Bio would be simplified, as the API would be similar and recognizable.

I would greatly appreciate any feedback and discussion regarding this proposed API. Please note that the code changes themselves are still pending, as this initial commit is solely meant to gather information and validate if the team is open to integrating such functionality into the Rust-Bio project. Once there is agreement and approval, I will proceed with the implementation of the code changes.

Related Issues

Closes #526

@Cardosaum Cardosaum changed the title Addition of Transcribe and Translate features feat: Addition of Transcribe and Translate features Jun 13, 2023
`bio-types` had a breaking change, and the dependency definition in `Cargo.toml`
allowed us to fetch the new version that aws incompatible with the current test
code we had
@coveralls
Copy link

coveralls commented Jun 14, 2023

Coverage Status

coverage: 80.932%. remained the same when pulling ee2c2ef on Cardosaum:master into da7daea on rust-bio:master.

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.

[Feature Request] Add Transcription & Translation capabilities
2 participants