GithubHelp home page GithubHelp logo

djhshih / mlat Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 733 KB

Minimal BLAT

License: GNU General Public License v3.0

Makefile 0.26% C 99.30% Shell 0.22% Objective-C 0.13% C++ 0.10%
genomics bioinformatics alignment blat

mlat's Introduction

MLAT: Minimal BLAT

travis-ci codecov

MLAT is a tool for sequence alignment.

This is a fork of the BLAT package (v35) written by Jim Kent. The package has been significantly restructured and stripped down to minimize code footprint. Header and source files have been modified, and minimal C and C++ API's are now provided.

This package itself is licensed under GPLv3. Use of BLAT (and hence MLAT) is subject to the terms of the BLAT non-commercial license (see LICENSE_blat.txt).

Installation

Required: gcc >= 5.2, make

You can simply

make install

Thereupon, binaries, libraries, and headers will be installed in build/. To install to some other location (e.g. /usr/local),

make install DESTDIR=/usr/local

Known bugs

Code compilation was tested with

gcc-4.4.7
gcc-5.2.0
gcc-5.4.0
gcc-6.3.0
clang-3.5

The code is not compatible with -O2 and -O3 optimization flags when compiled with gcc-4.4.7. Use -O2 or -O3 only when compiling with gcc-5.2.0 or higher.

Unit tests were built using programs compiled with clang-3.5. Moderate differences exist when compiled using a different compiler. Sometimes, programs also produce moderate differences for different compilations with the same compiler: the cause of these differences is inherited upstream from BLAT and remains unresolved.

mlat's People

Contributors

djhshih avatar

Stargazers

 avatar

Watchers

 avatar  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.