Giter Site home page Giter Site logo

msbwt-is's Introduction

MSBWT-IS

Introduction

MSBWT-IS is a tool for building BWTs of string collections using induced sorting. In general, the time and memory usage of MSBWT-IS scales linearly with the length of the input string collection. As a result, characteristics of the string collection like string length have low impact on the performance of the algorithm. This implementation excels at building BWTs for genomic, long-read sequencing datasets like those produced by PacBio or nanopore sequencing technologies. Additionally, the source code can be adapted to suit any type of string collection (aka, any alphabet) with relative ease and without impacting performance.

Installation and Setup

First, download the latest version of MSBWT-IS and unzip it. Then simply make the program and run it with no parameters to verify it installed.

cd msbwt-is
make
./msbwtis -h

Building a BWT with MSBWT-IS

MSBWT-IS currently requires an output BWT directory and a list of FASTA formatted files as input.

./msbwtis <outputDirectory> <input1.fa> ...

Using the BWT output

MSBWT-IS outputs the BWT in an uncompressed data format that can be compressed to a run-length encoded format recognized by the msbwt python package. To convert, use this command:

cat <outputDirectory>/bwt_test.0.dat | tr "\000\001\002\003\004\005" "\$ACGNT" | msbwt convert <finalDirectory>

Once built, we recommend visiting the msbwt wiki pages for information on querying the BWT.

References

Holt, James Matthew. Using the multi-string Burrows Wheeler Transform for high-throughput sequence analysis. Diss. The University of North Carolina at Chapel Hill, 2016.

msbwt-is's People

Contributors

holtjma avatar

Stargazers

 avatar Dr. Martin D. Muggli avatar

Watchers

 avatar

Forkers

renesugar

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.