AntonBankevich / LJA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

La Jolla Assembler

Version: 0.2

La Jolla Assembler(LJA) is a tool for genome assembly from PacBio HiFI reads based on de Bruijn graphs. LJA uses very high values of k for de Bruijn graph construction thus automatically resolving almost all repeats even in mammalian genomes. LJA consists of three modules each of which addresses a computational challenge that is unique for HiFi reads: (i) jumboDBG module for de Bruijn graph construction for arbitrarily large values of k; (ii) mowerDBG module for almost perfect error correction and (iii) multiDBG module for using variable values of k in different parts of the genome and using the full length of HiFi reads for repeat resolution. In addition, since LJA compresses homopolymers in reads to avoid frequent errors in homopolymers, LJA uses LJApolisher tool for uncompressing and polishing final contigs. For more details please refer to our paper.

Please note that LJA software is still a work in progress. In current version diploid assembly is an experimental feature and for now we can not combine HiFI reads with other technologies. We constantly work on improving LJA performance and results. Please check for the new versions regularly and send any questions and bug reports to anton.bankevich@gmail.com.

For LJA installation and running instructions please refer to LJA manual. We also provide jumboDBG module for de Bruijn graph construction as a separate script. For jumboDBG running instructions please refer to jumboDBG manual.

License

This tool is distributed under a BSD license. See the LICENSE file for details.

Credits

If you use this software in your research please cite our paper or the upcoming paper in Nature Biotechnology when it is published. LJA is developed by Anton Bankevich and Andrey Bzikadze in Pavel Pevzner's lab at UCSD and Dmitry Antipov in Center for Algorithmic Biology at SPbSU.

About

License:Other


Languages

Language:C++ 87.3%Language:Python 9.2%Language:CMake 1.3%Language:C 1.1%Language:Shell 0.5%Language:Starlark 0.5%