Giter Site home page Giter Site logo

saraasameer / pairwise-sequence-alignment Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 523 KB

4th Semester OS Project: Serial and Parallel implementation of Sequence Alignment problem using Needleman-Wunsch algorithm.

C++ 93.61% Python 2.98% Shell 3.41%
openmp pthreads bioinformatics linux

pairwise-sequence-alignment's Introduction

Pairwise-Sequence-Alignment

Problem Statement

The goal of the project is to compare time cycles taken by the Sequence Alignment problem when solved with serial, openMP and pThreads techniques.The time comparisons are also visualized using the matplot.lib from Python.

Prerequisites and Requirements for Serial Source Code

Before you can run the program In Serial , you need to :

1.Install an IDE and install relevant extensions for C/C++

In our case , we have used the DevC++ and Visual Studio Code 2012.

You can easily download IDE's from :

*DevC++ IDE : https://sourceforge.net/projects/orwelldevcpp/

*Visual Studio Code : https://visualstudio.microsoft.com/vs/

Running Pthreads and OpenMP code :

We have worked on Linux Pthreads and OpenMP so the program shall be executed in any IDE available on linux Operating systems

Program Execution
-> Write the following command in Terminal for Pthreads:  g++ -o h1 filename.c -lpthread  - > /h1

-> Write the following command in Terminal for OpenMP:   g++ -o omp OMP.cpp -fopenmp -> ./omp

Time Comparison Visualization Using Matplot.lib:

matplot

Acknowledgment
1.Shomu's Biology ( Youtube Channel)

2.ProgrammingKnowledge (YouTube Channel)

3.https://stackoverflow.com/

4.https://www.geeksforgeeks.org/c-plus-plus/

5.https://medium.com/

pairwise-sequence-alignment's People

Contributors

saraasameer avatar ahsannaqvii avatar mustafabawany avatar

Stargazers

Salman Sajid avatar

Watchers

 avatar

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.