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

Regression in 0.8.6, possilby 0.8.5. parse no longer uses deprecated option 'b' for fastq block size. Acceptance test details follow #154

Closed
MatthewRalston opened this issue Aug 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MatthewRalston
Copy link
Owner

Acceptance tested against .fa files primarily, so was not detected on 0.8.6 release. Patching.

@MatthewRalston MatthewRalston added the bug Something isn't working label Aug 17, 2024
@MatthewRalston MatthewRalston self-assigned this Aug 17, 2024
MatthewRalston added a commit that referenced this issue Aug 28, 2024
… compositional analysis a "hotfix" because it's essential to the suite's functionality. THe cublas-gemm code was not a success. The module still doesn't compile because of some Cythonization issues outstanding and multiple. Okay, so while I'm figuring out how to properly Strassen, I can work with the regression.pyx file and continue to commit to main.

Squash commit:

Author: Matt Ralston <professional.bio.coder@gmail.com>
Date:   Tue Aug 27 13:58:53 2024 -0400
Date:   Mon Aug 26 22:40:36 2024 -0400
Date:   Fri Aug 16 20:26:20 2024 -0400

    Strassen assignment. Struggling with some portions. New to Cython and its documentation. Syntax seems good, agreeable. Some allocate then mutate patterns are bothersome but nothing is too confusing.

    Adds CUDA code for delegation of regression multiplications to cublas-gemm. Scaffolding from chatgpt so not entirely valid cython. Still producing errors. THanks in advance.

    Closes #154. Patches parse.py to remove deprecated parameter 'b' from legacy/deprecated code. Pushing to main directly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant