Giter VIP home page Giter VIP logo

cs3211-sequence-matching's Introduction

cs3211-sequence-matching

CS3211 Parallel & Concurrent Programming AY18/19 Sem 2 Project 2
Project Members: Alvin Yan, Au Liang Jun, Michael Hu
The Smith-Waterman algorithm is a dynamic algorithm used for local sequence alignment of 2 strings, commonly used for nucleic acid sequences or protein sequences. In this project, we strive to parallelise the Smith-Waterman algorithm in an exercise of implementing concurrency and a study of its challenges.

To draw insights on speedup, an implementation of the original sequential algorithm was also written. To reduce runtime of our code, we utilised memoization based off known formulas modelling the affine gap, the gap penalty used in the algorithm. All code was written in the x10 programming language.

cs3211-sequence-matching's People

Contributors

afterdusk avatar aussiroth avatar bearperson1 avatar

Watchers

 avatar  avatar

Forkers

aussiroth

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.