Basic multi local sequence alignment tool
Go to file
Harrison ebb27556b5
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
Merge branch 'develop'
2023-04-28 14:11:37 -05:00
.vscode Added documentation 2023-04-28 12:44:59 -05:00
docs Added basic automatic documentation generation 2023-04-28 13:28:12 -05:00
src/bmlsa Fixed some doc typos 2023-04-28 13:46:58 -05:00
tests Added documentation 2023-04-28 12:44:59 -05:00
.gitignore Added basic automatic documentation generation 2023-04-28 13:28:12 -05:00
environment.yml Added sphinx to build environment 2023-04-28 13:32:50 -05:00
Jenkinsfile Moved steps and removed 'clean' stage 2023-04-28 14:11:24 -05:00
pyproject.toml Added python project description files 2023-04-21 11:47:28 -05:00
README.md Updated documentation publishing title and 'README.md' to link to CI 2023-04-28 14:10:15 -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

Build Status

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!

More Information

For all live downloadable artifacts, build statuses, unit test results, and documentation, check out the continuous integration page for the master branch (development branch).