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: attemping translation with diamond and BlastX #88

Draft
wants to merge 46 commits into
base: main
Choose a base branch
from

Conversation

gordonkoehn
Copy link
Collaborator

Doing the translation with Diamond and BlastX.

gordonkoehn and others added 3 commits January 30, 2025 13:57
* fix missing dependency

* Update pyproject.toml

Co-authored-by: Copilot <[email protected]>

* dep cobflixt

---------

Co-authored-by: Gordon J. Köhn <[email protected]>
Co-authored-by: Copilot <[email protected]>
@gordonkoehn gordonkoehn linked an issue Jan 30, 2025 that may be closed by this pull request
@gordonkoehn
Copy link
Collaborator Author

Alright - so there is a new issue.

The current function bam_to_fastq_with_indels handles adds "-" in sequences for deletions.

This is not a common fastq format. I don't know what is?

I should also not do this function myself, rather use pysam and kick out insertions.

https://gemini.google.com/app/302a01c54e6fe493

Note that at a later stage I may want to add insertions with "_" again to the sequence.

@gordonkoehn gordonkoehn self-assigned this Feb 7, 2025
@gordonkoehn gordonkoehn added enhancement New feature or request python Pull requests that update Python code labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translate & Align V-Pipe Reads
1 participant