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

Initial implementation of bwapy #1

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

Initial implementation of bwapy #1

wants to merge 29 commits into from

Conversation

nh13
Copy link
Member

@nh13 nh13 commented Dec 13, 2024

The goal of this PR is to get a minimal example working for running bwa aln. The motivation is to replace the usage of https://github.com/fulcrumgenomics/bwa-aln-interactive in https://github.com/fulcrumgenomics/prymer and elsewhere. We can then use bwapy along with latest supported release of bwa.

Documentation, including examples and verbose docstrings, as well as improved test coverage, are planned to be added at a later date.

Todo:

  • run large scale tests, especially for bwa mem given all the custom code ported over

Copy link

codecov bot commented Dec 16, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@nh13 nh13 force-pushed the feat/init branch 3 times, most recently from 981057d to d526cbb Compare December 16, 2024 20:32
@nh13 nh13 marked this pull request as ready for review December 16, 2024 20:33
@nh13 nh13 closed this Dec 16, 2024
@nh13 nh13 reopened this Dec 16, 2024
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
docs/installation-and-developers-documentation.md Outdated Show resolved Hide resolved
bwapy/libbwapy_utils.c Outdated Show resolved Hide resolved
bwapy/libbwapy.pyx Outdated Show resolved Hide resolved
@tfenne tfenne self-requested a review December 16, 2024 23:08
@msto
Copy link

msto commented Dec 18, 2024 via email

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.

4 participants