Added 'features' section to README.md
This commit is contained in:
parent
f1fe568818
commit
d42ed83b22
12
README.md
12
README.md
@ -1,3 +1,13 @@
|
||||
# BMLSA
|
||||
|
||||
A Basic multi local sequence alignment tool using the Biopython implementation of the Smith-Waterman alignment algorithm
|
||||
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!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user