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

Sequence alignment operators #10

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

Conversation

0x00b1
Copy link
Collaborator

@0x00b1 0x00b1 commented Apr 17, 2024

image

Lightning modules:

  • beignet.nn.MSALightningModule, stand-alone multiple sequence alignment (MSA) model

PyTorch datasets:

  • beignet.datasets.RandomSequenceDataset, generate random sequences

PyTorch modules:

  • beignet.nn.MSA, learnable multiple sequence alignment (MSA)

PyTorch operators:

  • beignet.operators.needleman_wunsch, differentiable global sequence alignment
  • beignet.operators.smith_waterman, differentiable local sequence alignment

@0x00b1 0x00b1 changed the title sequence alignment operators Sequence alignment operators Apr 22, 2024
@0x00b1 0x00b1 changed the title Sequence alignment operators Sequence alignment Apr 29, 2024
@0x00b1 0x00b1 changed the title Sequence alignment Sequence alignment operators Apr 30, 2024
@0x00b1 0x00b1 force-pushed the sequence-alignment-operators branch from 1b305e8 to 87af20b Compare May 13, 2024 15:24
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.

2 participants