Skip to content

The MASA-OpenMP extension is used with the MASA architecture to align DNA sequences of unrestricted size with the Smith-Waterman/Needleman-Wunsch algorithms combined with Myers-Miller. It uses the OpenMP framework for accelerating the computation time.

License

Notifications You must be signed in to change notification settings

edanssandes/MASA-OpenMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MASA-OpenMP

The MASA-OpenMP extension is used with the MASA architecture to align DNA sequences of unrestricted size with the Smith-Waterman/Needleman-Wunsch algorithms combined with Myers-Miller. It uses the OpenMP framework to accelerate the computation time in CPU.

Download

Latest Version: masa-openmp-1.0.1.1024.tar.gz

Compiling (masa-openmp)

tar -xvzf masa-openmp-1.0.1.1024.tar.gz
cd masa-openmp-1.0.1.1024
./configure
make

Executing

./masa-openmp [options] seq1.fasta seq2.fasta

All the command line arguments can be retrieved using the --help parameter. See the wiki for a list of command line examples.

License

MASA-OpenMP is an open source project with public license (GPLv3). A copy of the LICENSE is maintained in this repository.

About

The MASA-OpenMP extension is used with the MASA architecture to align DNA sequences of unrestricted size with the Smith-Waterman/Needleman-Wunsch algorithms combined with Myers-Miller. It uses the OpenMP framework for accelerating the computation time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages