Skip to content
#

pairwise-alignment

Here are 24 public repositories matching this topic...

This project includes Needleman-Wunsch and Smith-Waterman algorithms and their afine gap variations (Gotoh) written to work with Cython, PyPy and Numba. Numba JIT shows greater performance. For Best performance use gotoh_jit.py to get only the best score and use gotoh_jit_traceback to get the best alignment

  • Updated Sep 22, 2021
  • Python

This repository houses the Genomic Sequence Comparison Code (GSCC), a collection of Python scripts designed for genomic sequence analysis. Whether you're comparing suspected sequences with known reference sequences or delving into bioinformatics, GSCC provides versatile tools for pairwise alignment. Feel free to explore!

  • Updated Mar 19, 2024
  • Python

Improve this page

Add a description, image, and links to the pairwise-alignment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pairwise-alignment topic, visit your repo's landing page and select "manage topics."

Learn more