Skip to content

The implementation of the Needlemann-Wunsch Algorithem

License

Notifications You must be signed in to change notification settings

adkoprek/Needleman-Wunsch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License



Logo

Needleman Wunsch Algorithem

An awesome implementation of the Needleman Wunsch
Report Bug · Request Feature

About The Project

Screenshot

This is a clena implementation of the Needleman Wunsch Algorithem in C# with an very strict OOP approach. The project also implements a command line interface

Built With

C#

Getting Started

If you want your own copy just follow this steps

git clone https://github.com/adkoprek/Needleman-Wunsch

Prerequisites

Minimum required sdk and runtime is .net6.0

Usage

Compile the project

dotnet build

Run the Project on Linux

./NeedlemanWunsch/bin/Debug/net6.0/NeedlemanWunsch -x <First Sequence> -y <Second Sequence>

Run the Project on Windows

./NeedlemanWunsch/bin/Debug/net6.0/NeedlemanWunsch.exe -x <First Sequence> -y <Second Sequence>

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

The implementation of the Needlemann-Wunsch Algorithem

Topics

Resources

License

Stars

Watchers

Forks

Languages