Giter Club home page Giter Club logo

nanomapper's Introduction

NanoMapper

A Mapping tool using gapped minimizer and BWT FM-index

Prerequisites:

API:

We have used SDSL-lite for fm-index. So, you need to install that first. To install that, you have to do the following:

  • Make sure you have an updated cmake build system.

  • Make sure your g++ version >= 4.9 and clang version >= 3.2

  • Give the following commands in your terminal:

      git clone https://github.com/simongog/sdsl-lite.git
      cd sdsl-lite
      ./install.sh
    

OS:

  • 64-bit unix based operating system (Linux or Mac OS X).

Instructions:

  • To get NanoMapper in your PC:

      git clone https://github.com/enamcse/NanoMapper.git && cd NanoMapper
    
  • To compile the current version, give the following command from the current directory:

      g++ -o NanoMapper -std=c++11 -O3 -DNDEBUG -I ~/include -L ~/lib ./Minimizer\ FM-index\ Merged\ Approach/Main_minimizer.cpp -lz -lsdsl -ldivsufsort -ldivsufsort64
    
  • To run a demo, give the following command:

      ./NanoMapper './DataSet/synthetic_reference.fasta' './DataSet/synthetic_reads.fasta' 14 24 2 './Results/Merged_enhanced_res.txt' >> './Results/Summary.txt'
    

Developer

Enamul Hassan and Md. Khairullah Gaurab under the direction of Ruhul Amin Shajib Sir

Contact Information

Enamul Hassan : [email protected]

Md. Khairullah Gaurab : [email protected]

nanomapper's People

Contributors

enamcse avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ruhulsbu mkgaurab

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.