Giter Site home page Giter Site logo

oceansky9 / blat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from djhshih/blat

0.0 0.0 0.0 1.44 MB

BLAST-Like Alignment Tool

License: Other

C 98.60% Makefile 0.65% Objective-C 0.09% C++ 0.18% PostScript 0.04% HTML 0.24% Shell 0.01% Nix 0.01% Pep8 0.04% AngelScript 0.13%

blat's Introduction

BLAT: BLAST-Like Alignment Tool

BLAT is a legacy tool for sequence alignment that is not under active development.

New users should consider using razers3.

This is a fork of the BLAT package (v35) written by Jim Kent. The package has been restructured to ease compilation and installation. See the LICENSE.txt for conditions of use.

Remarks

No changes have been made to any of the header or source files. Therefore, all bugs (e.g. nondeterministic behaviour and memory leaks) are inherited from upstream.

For a BLAT package further stripped down to the minimal set of files and no external dependencies, see blat-lite.

For a minimal implementation of BLAT with the smallest code footprint, see mlat.

Installation

Prerequisite: libpng library and developmental headers.

If you are on Linux, no setup is necessary, and you can simply

make

Other details

If you're on an alpha system, do the following before make:

setenv SOCKETLIB -lxnet

on Solaris, do

setenv SOCKETLIB "-lsocket -lnsl"

on SunOS, do

setenv SOCKETLIB "-lsocket -lnsl -lresolv"

The executables will be installed to bin within the package directory by default, the header files to include, and the libraries to lib. You may change ${DESTDIR} to change the prefix of the install path by:

DESTDIR=/usr/local make

Building static executables

See static-build.md.

blat's People

Contributors

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