Giter Site home page Giter Site logo

pdebartol / maptie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mirkodevita98/maptie

0.0 0.0 1.0 321 KB

MapTie is a versatile sequence alignment program that aligns DNA sequences against a large reference genome.

Python 86.42% Jupyter Notebook 13.58%

maptie's Introduction

Table of Contents

Users' Guide

MapTie is a versatile sequence alignment program that aligns DNA sequences against a large reference genome.

Dependecies

dependencies:
  - python=3.7
  - scipy
  - numpy
  - matplotlib
  - numba

Configuration

MapTie requires a configuration file conformant with this standard:

{
    "input":{
        "reference_abs_path": "/Users/sat/Desktop/ETH_PROJECTS/comp_bio/team02/data_small/genome.chr22.5K.fa", # Reference genome absolute path
        "reference_name": "chr22_tiny", 
        "read1": "/Users/sat/Desktop/ETH_PROJECTS/comp_bio/team02/data_small/output_tiny_30xCov1.fq", # First read file absolute path
        "read2": "/Users/sat/Desktop/ETH_PROJECTS/comp_bio/team02/data_small/output_tiny_30xCov2.fq"  # Second read file absolute path
    },
    "output":{
        "cache_dir": "cache", 
        "output_dir": "results"
    },
    "execution":{
        "n_jobs":2  # Maximum number of concurrently running workers
    }
}

Map short accurate genomic reads

Once the config.json file is configured, mapping the reads is as simple as:

python3 maptie.py     # paired-end alignment

When two read files are specified, MapTie reads from each file in turn and merge them into an interleaved stream internally. Two reads are considered to be paired if they are adjacent in the input stream and have the same id.

MapTie does not work with unpaired reads.

Algorithm overview

Maybe some details about the algorithm here.

Limitations

Maybe some details about "weak-spots" of the mapper.

maptie's People

Contributors

mirkodevita98 avatar

Forkers

anejsvete

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.