Skip to content

yjx1217/LRSDAY

Repository files navigation

LRSDAY

LRSDAY logo

LRSDAY: Long-read Sequencing Data Analysis for Yeasts

A highly transparent, automated and powerful computational framework for high-quality genome assembly and annotation.

License: MIT

Description

Long-read sequencing technologies have become increasingly popular in genome projects due to their strengths in resolving complex genomic regions. As a leading model organism with small genome size and great biotechnological importance, the budding yeast, Saccharomyces cerevisiae, has many isolates currently being sequenced with long reads. However, analyzing long-read sequencing data to produce high-quality genome assembly and annotation remains challenging. Here we present LRSDAY, the first one-stop solution to streamline this process. LRSDAY can produce chromosome-level end-to-end genome assembly and comprehensive annotations for various genomic features (including centromeres, protein-coding genes, tRNAs, transposable elements and telomere-associated elements) that are ready for downstream analysis. Although tailored for S. cerevisiae, we designed LRSDAY to be highly modular and customizable, making it adaptable for virtually any eukaryotic organisms.

LRSDAY_flowchart

Citations

Jia-Xing Yue & Gianni Liti. (2018) Long-read sequencing data analysis for yeasts. Nature Protocols, 13:1213–1231.

Jia-Xing Yue, Jing Li, Louise Aigrain, Johan Hallin, Karl Persson, Karen Oliver, Anders Bergström, Paul Coupland, Jonas Warringer, Marco Cosentino Lagomarsino, Gilles Fischer, Richard Durbin, Gianni Liti. (2017) Contrasting evolutionary genome dynamics between domesticated and wild yeasts. Nature Genetics, 49:913-924.

Release history

  • v1.7.2 Released on 2023/03/20
  • v1.7.1 Released on 2023/01/28
  • v1.7.0 Released on 2022/12/31
  • v1.6.0 Released on 2019/10/03
  • v1.5.0 Released on 2019/05/13
  • v1.4.0 Released on 2019/03/21
  • v1.3.1 Released on 2019/01/22
  • v1.3.0 Released on 2018/11/13
  • v1.2.0 Released on 2018/10/15
  • v1.1.0 Released on 2018/07/11
  • v1.0.0 Released on 2018/02/04

License

LRSDAY itself is distributed under the MIT license. A number of LRSDAY's dependencies (e.g. CAP3, MAKER, GATK, blat, RepBase, etc) are under more restricted licenses, for which commerical use of the software needs to be discussed with the corresponding developers.

Requirements

Hardware, operating system and network

This protocol is designed for a desktop or computing server running an x86-64-bit Linux operating system. Multithreaded processors are preferred to speed up the process since many steps can be configured to use multiple threads in parallel. For assembling and analyzing the budding yeast genomes (genome size = ~12.5 Mb), at least 16 Gb of RAM and 100 Gb of free disk space are recomended. More disk space is needed if you want to use LRSDAY to do Nanopore basecalling. When adapted for other eukaryotic organisms with larger genome sizes, the RAM and disk space consumption will scale up, majorly during de novo genome assembly (performed by Canu by default. Plese refer to Canu’s manual for suggested RAM and disk space consumption for assembling large genomes. Stable Internet connection is required for the installation and configuration of LRSDAY as well as for retrieving the test data.

Software or library requirements