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

Bealign refactor and upgrade #53

Open
3 tasks
stephenshank opened this issue Oct 30, 2023 · 1 comment
Open
3 tasks

Bealign refactor and upgrade #53

stephenshank opened this issue Oct 30, 2023 · 1 comment
Assignees

Comments

@stephenshank
Copy link

The following would be nice to have:

  • extract bealign as a standalone C application
  • come up with a working WASM build, ideally with parallelism (need to gather requirements and see if WASM supports things like OpenMP or pthreads)
  • algorithmic improvements (@spond feel free to chime in here)
@stephenshank stephenshank self-assigned this Oct 30, 2023
@stephenshank
Copy link
Author

Slack correspondence 10/31/23:

The main headache is reading/storing correctly formatted scoring matrices, which are currently being consumed as HyPhy dictionaries. I think the way to go is to use JSON for storage, and stdlib for processing.

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

No branches or pull requests

1 participant