From 6257a3052025cd43093456b9e9ea8a9079e38aa4 Mon Sep 17 00:00:00 2001 From: Andrew Hennis <81731313+dawnandrew100@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:40:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9f3bbb..722cc78 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Limestone -This project contains several sequence alignment algorithms that can also produce scoring matrices for Needleman-Wunsch, Smith-Waterman, Wagner-Fischer, Waterman-Smith-Beyer, Wagner-Fischer, Lowrance-Wagner, Longest Common Subsequence, and Shortest Common Supersequence algorithms. +# Goombay +This project contains several sequence alignment algorithms that can also produce scoring matrices for Needleman-Wunsch, Gotoh, Smith-Waterman, Wagner-Fischer, Waterman-Smith-Beyer, Wagner-Fischer, Lowrance-Wagner, Longest Common Subsequence, and Shortest Common Supersequence algorithms. ***Please ensure that numpy is installed so that this project can work correctly***