Basic multi local sequence alignment tool
Go to file
2023-04-28 11:32:35 -05:00
.vscode Created convenience VSCode 'launch.json' 2023-04-28 11:32:35 -05:00
src/bmlsa CLI will now recursively make output directory if needed 2023-04-28 11:31:41 -05:00
tests Many changes, see details: 2023-04-28 10:49:07 -05:00
.gitignore Initial commit 2023-04-20 09:48:19 -05:00
environment.yml Replaced 'build' with 'python-build' in 'environment.yml' 2023-04-28 10:53:14 -05:00
Jenkinsfile Added another post-installation test step 2023-04-28 11:32:17 -05:00
pyproject.toml Added python project description files 2023-04-21 11:47:28 -05:00
README.md Added 'features' section to README.md 2023-04-28 08:38:55 -05:00
setup.cfg Many changes, see details: 2023-04-28 10:49:07 -05:00
setup.py Added python project description files 2023-04-21 11:47:28 -05:00
tox.ini Initial commit 2023-04-20 09:48:19 -05:00

BMLSA

A Basic multi local sequence alignment tool using the Biopython implementation of the Smith-Waterman alignment algorithm.

Features

  • Aligns a CSV of short sequences locally to a given reference sequence
  • Outputs in a CSV with old and new positions
  • Selectable parameters for alignment
  • Compatible with broad-range of input CSV formats
  • Automatically align with all sequences in reference FASTA
  • All produced output is human readable!