From d42ed83b22f5da0433277992c1d0a3fe778b3a52 Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 28 Apr 2023 08:38:55 -0500 Subject: [PATCH] Added 'features' section to README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f49be76..f4a0e4c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # BMLSA -A Basic multi local sequence alignment tool using the Biopython implementation of the Smith-Waterman alignment algorithm \ No newline at end of file +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! +