Git Product home page Git Product logo

slam-seq-aligner's Introduction

SLAM-Seq indexer and aligner

SLAM-Seq aligner is a Burrows–Wheeler transform (BWT) based fast indexer/aligner specialized in allow specific T to C mismatch in some constant ratio and parallelized searching for Next Generation Sequencing data.

SLAM-Seq aligner is released under GPLv2 with additional restriction so that is only applicable to individuals and non-profits and that any for-profit company must purchase a different license.

##INSTALL *Only 64 bits systems are able to compile and run SLAM-Seq aligner.

Run the binary directly without installation

Please try the precompiled binaries first, most of the linux systems should be able to run SLAM-Seq aligner without any troubles.

bin/FSU_searcher 		# for linux
bin/FSU_indexer 		# for linux

Get the latest version of the software

git clone [email protected]:jhhung/SLAM-Seq-Aligner.git

Compile the software by typing:

make

##USAGE

See help

FSU_searcher --help
FSU_indexer --help

Build genomic index (similar to bowtie-build)

FSU_indexer --input_file [genome.fa] --output_file [ouput prefix]

Mapping

FSU_searcher --input_file [reads.fq] --index_file [index prefix] --allow_mismatch --thread_number [thread number]

##Contact

slam-seq-aligner's People

Contributors

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