Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 610 Bytes

Smith-Waterman Algorithm

This project implements the Smith-Waterman algorithm used for local alignment of DNA sequences.

Features

  • Reads sequences from an input file.
  • Calculates the optimal alignment and the maximum score.
  • Writes the aligned sequences and additional information to an output file.

Project Structure

algoritmo-de-smith-waterman
└── SmithWaterman
    └── src
        └── mateussilva
            └── main
                └── java

The source code is located in the mateussilva/main/java folder.

Requirements

  • Java (JDK 8 or higher)