Zubair Khalid

Virologist/Molecular Biologist | Veterinarian | Bioinformatician

Conventional & Molecular Virology • Vaccine Development • Computational Biology

Dr. Zubair Khalid is a veterinarian and virologist specializing in conventional and molecular virology, vaccine development, and computational biology. Dedicated to advancing animal health through innovative research and multi-omics approaches.

Dr. Zubair Khalid - Veterinarian, Virologist, and Vaccine Development Researcher specializing in Computational Biology, Multi-omics, Animal Health, and Infectious Disease Research

Section: Infrastructure, Cloud & Policy

Hybrid Genome Assembly: Combining Short and Long Reads for Better Results

Hybrid genome assembly integrates short-read sequencing data with long-read sequencing data to produce genome assemblies that are more contiguous, more accurate, and more complete than assemblies generated from either data type alone. For students, researchers, analysts, and life-science professionals working with bacterial, fungal, plant, or animal genomes, the practical question is not whether to use a hybrid approach but how to design a workflow that matches the biological complexity of the target genome, the available sequencing platforms, and the computational resources at hand. This article explains the core principles of hybrid assembly, compares the main tools and strategies, and provides concrete decision criteria for building and evaluating a hybrid assembly pipeline.

Why Hybrid Assembly Matters for Genome Biology

Short-read sequencing platforms produce highly accurate reads, typically with error rates below one percent, but the reads are usually 150 to 300 base pairs in length. This limited read length creates problems when a genome contains repetitive elements, segmental duplications, or long homopolymer runs, because short reads cannot span these regions unambiguously. Long-read platforms such as Oxford Nanopore Technologies and Pacific Biosciences produce reads that can extend for tens of kilobases, which allows them to span repeats and structural variants, but these reads carry higher error rates than short reads. Hybrid assembly combines the base-level accuracy of short reads with the long-range connectivity of long reads to resolve both problems.

The need for hybrid approaches becomes evident in genomes with high repeat content. The protozoan parasite Trypanosoma cruzi, the causative agent of Chagas disease, has a genome that is highly complex and highly repetitive, which has made traditional short-read assembly approaches inadequate for producing complete reference genomes. A 2024 study in G3 demonstrated that Nanopore long-read sequencing alone could produce a high-quality whole-genome assembly of the hybrid Tulahuen strain, with the assembled genome containing 25 percent repeat regions, 17 percent variable multigene family members, and 27 percent transposable elements. The authors noted that the assembly quality was comparable to T. cruzi genome assemblies that had utilized both long- and short-read data, and the resolved regions provided support for a possible mechanism of genomic diversification driven by transposable elements near surface protein gene families. This example illustrates that long reads can resolve complex regions that short reads cannot, and that hybrid strategies may be necessary when long-read-only assemblies leave gaps or ambiguities.

For agricultural and ecological research, hybrid assembly has enabled genome resources for organisms that were previously intractable. The California Wild Radish, a hybrid derived from an agriculturally important crop and a nonnative cultivar, has replaced wild populations of both progenitor species in California. A 2022 genome assembly of this hybrid provided tools to dissect the genomic architecture of traits related to herbivory and pollination and to infer demographic and selective history in the context of hybridization. The assembly represented an improvement over existing genomes for agronomically important crucifers, demonstrating the value of high-quality reference genomes for studying evolutionary change in hybrid systems.

Core Principles of Hybrid Assembly

Hybrid assembly rests on several core principles that should guide every workflow decision.

Read Length and Accuracy Are Complementary

Short reads provide high per-base accuracy, which is essential for polishing and for resolving small variants. Long reads provide contiguity, which is essential for spanning repeats and for ordering and orienting sequence along a chromosome. A hybrid assembly uses each data type for what it does best. The short reads correct errors in the long-read assembly, and the long reads provide a scaffold that short reads alone could not produce.

Genome Complexity Determines Strategy

The repeat content, ploidy, heterozygosity, and genome size of the target organism determine how much long-read data are needed and whether a hybrid approach is necessary at all. A small bacterial genome with low repeat content may assemble well with short reads alone, but a plant genome with high repeat content and high heterozygosity will require long reads for contiguity and may benefit from additional scaffolding with Hi-C or other proximity-ligation data. The hybrid grouper ShanHu genome, assembled using Illumina and PacBio sequencing with Hi-C auxiliary mounting, achieved chromosome-level assembly with a scaffold N50 of 46.12 Mb and 171 contigs anchored into 24 chromosomes. This example shows how multiple data types can be combined to reach chromosome-level resolution.

Assembly Quality Is Measured, Not Assumed

Every assembly must be evaluated with quantitative metrics. Common metrics include contig N50, scaffold N50, total assembly size, number of contigs, and completeness as measured by Benchmarking Universal Single-Copy Orthologs (BUSCO). The Melipona bicolor stingless bee genome, assembled with a hybrid approach combining short and long reads, produced 241 contigs spanning 259 Mb with an N50 of 6.2 Mb and 97.5 percent complete BUSCOs. These metrics provide a basis for comparing assembly quality across tools and strategies.

At a Glance: Hybrid Assembly Decision Table

Genome Type Recommended Strategy Key Tools Primary Quality Metrics Common Pitfalls
Bacterial genome, low complexity Short-read plus long-read hybrid, or long-read with short-read polishing Flye, Unicycler, Racon, Polca Contig count, N50, BUSCO completeness Overpolishing, misassembly in repeat regions
Fungal genome, moderate repeat content Long-read assembly with short-read polishing Flye, NECAT, Canu, Racon, Pilon Assembly size, N50, gene completeness, secondary metabolite cluster prediction Tool-dependent variation in assembly size and gene content
Plant or animal genome, high repeat content and heterozygosity Long-read assembly with short-read polishing plus Hi-C scaffolding PacBio HiFi, Flye, Hi-C, SALSA Scaffold N50, chromosome-level anchoring, haplotype phasing Haplotype switching, missing telomeres or centromeres
Hybrid or polyploid genome Trio-binning or parental-based phasing with long reads Trio-binning, PacBio HiFi Haplotype completeness, allele-specific expression prediction Difficulty distinguishing homologous chromosomes

Hybrid Assembly Workflow: From Reads to Finished Assembly

A hybrid assembly workflow follows a sequence of stages, each with specific decisions and quality checks.

Step 1: Assess Input Data Quality

Before assembly begins, evaluate the quality of both short-read and long-read datasets. Check read length distributions, total yield, estimated coverage, and error profiles. For short reads, check for adapter contamination and base quality scores. For long reads, check for read length distribution and estimated error rate. Low-quality input data will produce poor assemblies regardless of the assembly tool used.

Step 2: Choose an Assembly Strategy

Three main strategies exist for combining short and long reads. The first strategy is long-read assembly followed by short-read polishing. In this approach, an assembler such as Flye, NECAT, or Canu builds a draft assembly from long reads, and then short reads are aligned to the draft to correct base-level errors. The second strategy is hybrid assembly, in which short and long reads are used together during the assembly process itself. Tools such as Unicycler and hybridSPAdes implement this approach. The third strategy is scaffolding, in which a short-read assembly is scaffolded with long reads or with Hi-C data to order and orient contigs.

The choice of strategy depends on the genome and the available data. For bacterial genomes, Unicycler is a popular choice because it was designed specifically for hybrid assembly and produces high-quality circular assemblies. For larger genomes, a long-read assembly with short-read polishing is often more practical because hybrid assemblers may not scale well to large genomes.

Step 3: Assemble the Long Reads

If using the long-read assembly with short-read polishing strategy, the first assembly step uses only the long reads. The choice of assembler matters. Flye is a fast and versatile assembler that works well with both Nanopore and PacBio reads. NECAT is designed for Nanopore reads and produced assemblies ranging from 46.8 Mb to 59.3 Mb for the fungus Candolleomyces candolleanus depending on the assembly and polishing strategy. Canu is an older assembler that is slower but can be more accurate for some genomes. The choice of assembler can have substantial effects on the final assembly, as demonstrated by the variation in assembly size and gene content observed across different assembly tools for the same fungal genome.

Step 4: Polish with Short Reads

After the long-read assembly is complete, align the short reads to the assembly and use a polishing tool to correct errors. Racon and Pilon are commonly used for this purpose. Polishing can be performed in multiple rounds, but excessive polishing can introduce errors, particularly in repeat regions. Monitor the number of corrections made in each round and stop polishing when additional rounds produce few or no changes.

Step 5: Scaffold and Order Contigs

For chromosome-level assemblies, additional scaffolding is often necessary. Hi-C data can be used to order and orient contigs into chromosomes, as was done for the ShanHu grouper genome. Alternatively, a related species genome can be used for pseudo-scaffolding, as was done for the Formica aquilonia × Formica polyctena ant genome, which was pseudo-scaffolded using the assembly of a related species to produce 28 scaffolds with an N50 of 8.49 Mb.

Step 6: Evaluate Assembly Quality

Evaluate the final assembly using multiple metrics. BUSCO completeness measures the presence of conserved single-copy orthologs. N50 and L50 measure contiguity. Assembly size should be compared to expected genome size based on flow cytometry or other estimates. For genomes with known chromosome numbers, the number of scaffolds should approach the expected chromosome count. The Formica ant genome contained 98.5 percent of core Hymenopteran BUSCOs, and the Melipona bicolor genome contained 97.5 percent complete BUSCOs, providing benchmarks for insect genome assemblies.

Hybrid Assembly Tools and Their Tradeoffs

The choice of assembly tools has a major impact on assembly quality, and different tools produce different results even when given the same input data.

Long-Read Assemblers

Flye is a widely used long-read assembler that works with both Nanopore and PacBio data. It is fast and produces good contiguity for most genomes. NECAT is a Nanopore-specific assembler that can produce high-quality assemblies for fungal and bacterial genomes. Canu is an older assembler that is more computationally intensive but can be more accurate for some genomes. The choice among these tools should be guided by the specific characteristics of the data and the genome.

Hybrid Assemblers

Unicycler is designed specifically for hybrid assembly of bacterial genomes. It uses short reads to build an initial assembly graph and then uses long reads to resolve repeats and produce a complete circular genome. Unicycler is a good default choice for bacterial genomes when both short and long reads are available. hybridSPAdes is another option that integrates short and long reads during assembly, but it may not perform as well as Unicycler for bacterial genomes.

Polishing Tools

Racon is a fast polishing tool that uses short-read alignments to correct errors in a long-read assembly. Pilon is another polishing tool that can also identify and correct assembly errors. Both tools can be used in multiple rounds, but the number of rounds should be monitored to avoid overpolishing.

The Impact of Tool Choice on Assembly Outcomes

The choice of assembly and polishing tools can have substantial effects on the final assembly. For the fungus Candolleomyces candolleanus, the assembled genome size ranged from 46.8 Mb to 59.3 Mb depending on the assembly and polishing strategy. The analysis identified 15 to 25 secondary metabolite gene clusters depending on the genome assembly and the tools used for BGC prediction. CAZyme-encoding genes varied across assemblies, with 494 genes detected in the Flye assembly and 453 in the NECAT assembly. These differences demonstrate that assembly tool choice can affect downstream biological interpretations, including predictions of metabolic potential and secondary metabolite production.

Observations and Measurements in Hybrid Assembly

Recording observations and measurements throughout the assembly process is essential for reproducibility and for troubleshooting failed assemblies.

Coverage and Read Length Metrics

Record the total yield and estimated coverage for both short-read and long-read datasets. For the Streptomyces strain assembled with Illumina and Nanopore reads, the hybrid assembly achieved a coverage of 383X and produced a genome of 8.6 Mb in just two contigs with an N50 of 8,542,030. This level of coverage is higher than what is typically needed, but it illustrates the relationship between coverage and assembly quality.

Assembly Size and Contiguity Metrics

Record the assembly size, number of contigs, N50, and L50 for each assembly attempt. These metrics provide a basis for comparing different assembly strategies and for identifying problems. For the Melipona bicolor genome, the hybrid assembly produced 241 contigs spanning 259 Mb with an N50 of 6.2 Mb. For the Formica ant genome, the final assembly was 272 Mb with 4,687 contigs and an N50 of 1.16 Mb before pseudo-scaffolding.

Completeness Metrics

Record BUSCO completeness for the final assembly. The Formica ant genome contained 98.5 percent of core Hymenopteran BUSCOs, and the Melipona bicolor genome contained 97.5 percent complete BUSCOs. These metrics provide a standardized measure of assembly completeness that can be compared across studies.

Gene Content and Functional Annotation

For genomes with known biological features, record the number of predicted genes, the number of repeat elements, and the presence of specific gene families. The Candolleomyces candolleanus genome was annotated with gene models and secondary metabolite gene clusters, and the analysis identified differences in CAZyme-encoding genes across assemblies. These measurements provide a basis for evaluating whether the assembly captures the expected biological content.

Common Failure Patterns in Hybrid Assembly

Several failure patterns recur in hybrid assembly projects, and recognizing them early can save substantial time and computational resources.

Overpolishing

Polishing with short reads can introduce errors if performed too aggressively. Each round of polishing should be evaluated by comparing the number of corrections made. If a polishing round introduces more errors than it corrects, stop polishing. Overpolishing is particularly problematic in repeat regions, where short-read alignments may be ambiguous.

Misassembly in Repeat Regions

Repeats that are longer than the longest long reads cannot be resolved by any assembly strategy. If the genome contains repeats longer than the read length, the assembly will contain gaps or misjoins. This problem can be addressed by using longer reads, by using Hi-C data for scaffolding, or by accepting that some regions cannot be resolved.

Haplotype Switching in Heterozygous Genomes

For diploid or polyploid genomes, assemblers may switch between haplotypes, producing chimeric contigs that combine sequence from both haplotypes. This problem is particularly acute for hybrid genomes, where the two parental haplotypes may differ substantially. Trio-binning approaches, in which reads are assigned to parental haplotypes before assembly, can address this problem. The hybrid poplar genome was assembled using a trio-binning design and PacBio high-fidelity long-read sequencing to obtain haplotype-phased telomere-to-telomere genome assemblies for the two parents of the F1 hybrid.

Tool-Dependent Variation in Assembly Outcomes

Different assembly tools can produce substantially different assemblies from the same input data. The Candolleomyces candolleanus genome assembly varied in size from 46.8 Mb to 59.3 Mb depending on the assembly and polishing strategy, and the number of secondary metabolite gene clusters varied from 15 to 25. This variation means that biological conclusions should be validated across multiple assembly strategies or by comparing to related genomes.

Limitations of Hybrid Assembly

Hybrid assembly has limitations that should be acknowledged in any research project.

Cost and Computational Requirements

Hybrid assembly requires sequencing on two platforms, which increases cost compared to single-platform approaches. Long-read sequencing is more expensive per base than short-read sequencing, and the computational requirements for long-read assembly are substantial. For large genomes, the computational cost can be prohibitive for individual researchers.

Error Profiles of Long Reads

Long reads have higher error rates than short reads, and these errors can persist in the final assembly if polishing is inadequate. The error profile of Nanopore reads differs from that of PacBio reads, and the choice of platform affects the polishing strategy. PacBio high-fidelity reads have lower error rates than continuous long reads, which can simplify the assembly process.

Incomplete Representation of Complex Regions

Some regions of the genome may remain unresolved even with hybrid assembly. Telomeres, centromeres, and highly repetitive regions may be missing or fragmented. The hybrid poplar assembly was nearly complete, with almost all chromosomes including telomeres and centromeres completely assembled apart from two small gaps on one chromosome, but this level of completeness is not typical for most genomes.

Interpretation Limits for Hybrid Genomes

For hybrid organisms, the interpretation of genome assemblies is complicated by the presence of two parental genomes. Distinguishing the two haplotypes is difficult, and the assembly may represent a mixture of both. The hybrid poplar study used haplotype-phased assemblies to analyze gene expression patterns between the two subgenomes and alleles, and the authors developed machine-learning models to predict allele-specific expression with 77 percent accuracy on the training set and 74 percent accuracy on the testing set. This level of analysis requires specialized approaches that go beyond standard hybrid assembly.

Quality Controls and Reproducibility

Quality control should be integrated throughout the hybrid assembly workflow, and all parameters and decisions should be recorded for reproducibility.

Input Data Quality Control

Before assembly, check the quality of both short-read and long-read datasets. For short reads, check base quality scores, adapter contamination, and GC bias. For long reads, check read length distribution, estimated error rate, and coverage. Low-quality input data will produce poor assemblies regardless of the assembly tool used.

Assembly Quality Control

After assembly, evaluate the assembly using multiple metrics. BUSCO completeness measures the presence of conserved single-copy orthologs. N50 and L50 measure contiguity. Assembly size should be compared to expected genome size. For genomes with known chromosome numbers, the number of scaffolds should approach the expected chromosome count.

Reproducibility Controls

Record all software versions, parameters, and input data for each assembly attempt. This information is essential for reproducing the assembly and for comparing results across studies. The Galaxy platform provides a workflow environment that can facilitate reproducible hybrid assembly, as described in a 2023 Methods in Molecular Biology chapter on hybrid genome assembly of short and long reads in Galaxy.

Safety and Regulatory Context

Genome assembly projects may involve data that are subject to regulatory requirements. The NIH Genomic Data Sharing Policy establishes expectations for the sharing of genomic data generated with NIH funding, and researchers should be aware of these requirements when planning a genome assembly project. The FAIR Guiding Principles provide a framework for making data findable, accessible, interoperable, and reusable, and these principles should guide data management and sharing practices. The NCBI Data Resources provide repositories for genomic data and associated metadata, and researchers should deposit their assemblies and raw data in appropriate repositories to facilitate reuse.

For pathogens such as Trypanosoma cruzi, the causative agent of Chagas disease, genome assembly projects may have biosafety implications. Researchers should follow institutional biosafety guidelines and should be aware of any export controls or other regulations that may apply to pathogen genomic data. The 2021 Methods in Molecular Biology chapter on Nanopore long-read DNA sequencing of protozoan parasites provides a protocol for hybrid genome assembly of Trypanosoma cruzi that can serve as a reference for researchers working with this pathogen.

Professional Escalation Criteria

Some assembly problems require escalation to more experienced colleagues or to specialized service providers.

When to Seek Help

If the assembly fails to produce contigs that span the expected genome size, if BUSCO completeness is below 90 percent, or if the assembly contains obvious misjoins, seek help from colleagues with experience in genome assembly. If the genome contains complex repeats or high heterozygosity that cannot be resolved with standard approaches, consider consulting with a genome assembly specialist or a sequencing service provider.

When to Consider Alternative Approaches

If hybrid assembly fails to produce a satisfactory assembly, consider alternative approaches. These may include using a different long-read platform, using Hi-C or other proximity-ligation data for scaffolding, using trio-binning for haplotype resolution, or using a combination of approaches. The Trypanosoma cruzi genome was assembled using Nanopore long-read sequencing without short-read scaffolding, demonstrating that long-read-only approaches can succeed for some genomes.

Applications Across Biological Domains

Hybrid assembly has been applied across a wide range of organisms, and the lessons from these applications can guide new projects.

Bacterial Genomes

Hybrid assembly is well established for bacterial genomes. The Streptomyces strain assembled with Illumina and Nanopore reads produced a high-quality genome of 8.6 Mb in just two contigs, which facilitated identification and complete arrangement of approximately 248 CAZymes and 38 biosynthetic gene clusters. This assembly enabled prediction of the strain's potential for plant biomass valorization, including genes for lignin, chitin, and aromatic compound degradation.

Fungal Genomes

Fungal genomes vary widely in size and complexity, and hybrid assembly has been used to produce reference genomes for many species. The Candolleomyces candolleanus genome was assembled using a hybrid approach with multiple assembly and polishing tools, and the analysis identified differences in CAZyme-encoding genes across assemblies. The assembly revealed a tetrapolar mating system and highlighted the enzymatic potential of this species to degrade plant biomass.

Plant Genomes

Plant genomes are often large and highly repetitive, making them challenging for any assembly approach. The California Wild Radish genome assembly provided tools to dissect the genomic architecture of traits related to herbivory and pollination. The hybrid poplar genome was assembled using trio-binning and PacBio high-fidelity long-read sequencing to obtain haplotype-phased telomere-to-telomere assemblies, which enabled analysis of allele-specific expression and heterosis.

Animal Genomes

Animal genomes vary widely in size and complexity. The Formica ant genome was assembled from a single haploid male using PacBio long reads, and the assembly was pseudo-scaffolded using a related species genome. The Melipona bicolor stingless bee genome was assembled using a hybrid approach combining short and long reads, and the assembly provided insights into the evolution of venom genes and chromosomal rearrangements in Melipona.

Hybrid Organisms

Hybrid organisms present special challenges for genome assembly because they contain two parental genomes. The hybrid grouper ShanHu genome was assembled using Illumina and PacBio sequencing with Hi-C auxiliary mounting, and comparative genomic analysis revealed centric inversion structural variations on the chromosomes of the hybrid relative to its parental species. The hybrid poplar genome was assembled using trio-binning to separate the two parental haplotypes, which enabled analysis of allele-specific expression.

Records and Documentation for Hybrid Assembly Projects

Maintaining detailed records throughout a hybrid assembly project is essential for reproducibility and for troubleshooting.

Sequencing Records

Record the sequencing platform, read length distribution, total yield, estimated coverage, and quality metrics for each dataset. Include information about library preparation methods and any quality filtering steps applied.

Assembly Records

Record the assembly tool, version, and all parameters used for each assembly attempt. Record the input data, the assembly time, and the computational resources used. Record the output metrics for each assembly, including assembly size, number of contigs, N50, and BUSCO completeness.

Polishing Records

Record the polishing tool, version, and parameters used for each polishing round. Record the number of corrections made in each round and the final assembly metrics after polishing.

Scaffolding Records

Record the scaffolding method, the reference genome or Hi-C data used, and the final scaffold metrics. Record any manual curation steps and the rationale for those steps.

Practical Implementation Steps for a Hybrid Assembly Project

The following steps provide a practical framework for implementing a hybrid assembly project.

Step 1: Define the Biological Question

Before starting the assembly, define the biological question that the assembly will address. This question determines the required assembly quality. A study of gene content and metabolic potential may require only a draft assembly, while a study of structural variation or allele-specific expression may require a chromosome-level, haplotype-phased assembly.

Step 2: Assess Genome Characteristics

Estimate the genome size, repeat content, heterozygosity, and ploidy of the target organism. This information guides the choice of sequencing platforms and assembly strategy. Flow cytometry, k-mer analysis, or published data for related species can provide estimates.

Step 3: Generate Sequencing Data

Generate short-read and long-read data according to the requirements of the assembly strategy. For bacterial genomes, 50 to 100X coverage of short reads and 50 to 100X coverage of long reads may be sufficient. For larger genomes, higher coverage may be needed.

Step 4: Perform Quality Control on Input Data

Check the quality of both datasets before assembly. Remove adapters and low-quality reads as needed. For long reads, check the read length distribution and estimated error rate.

Step 5: Assemble and Polish

Assemble the long reads, polish with short reads, and evaluate the assembly. If the assembly quality is insufficient, adjust the assembly parameters or try a different assembler.

Step 6: Scaffold and Evaluate

Scaffold the assembly with Hi-C data or a related species genome if chromosome-level assembly is needed. Evaluate the final assembly using multiple metrics.

Step 7: Document and Deposit

Document all parameters and decisions, and deposit the assembly and raw data in appropriate repositories such as NCBI. Follow applicable data sharing policies and FAIR principles.

Frequently Asked Questions

What is the difference between hybrid assembly and long-read-only assembly?

Hybrid assembly combines short-read and long-read data, using short reads for base-level accuracy and long reads for contiguity. Long-read-only assembly uses only long reads and may require additional polishing to achieve base-level accuracy. The Trypanosoma cruzi genome was assembled using Nanopore long-read sequencing without short-read scaffolding, and the assembly quality was comparable to assemblies that used both long- and short-read data. However, for many genomes, hybrid assembly produces better results than either approach alone.

Which hybrid assembly tool should I use for bacterial genomes?

Unicycler is a popular choice for bacterial genomes because it was designed specifically for hybrid assembly and produces high-quality circular assemblies. The choice of tool should be guided by the specific characteristics of the data and the genome, and multiple tools should be compared when possible.

How much coverage do I need for hybrid assembly?

Coverage requirements depend on the genome size, complexity, and the sequencing platform. The Streptomyces strain assembled with Illumina and Nanopore reads achieved a coverage of 383X, which is higher than what is typically needed. For most genomes, 50 to 100X coverage of short reads and 50 to 100X coverage of long reads may be sufficient, but higher coverage may be needed for complex genomes.

How do I evaluate the quality of a hybrid assembly?

Evaluate the assembly using multiple metrics, including assembly size, number of contigs, N50, and BUSCO completeness. Compare the assembly size to the expected genome size and the number of scaffolds to the expected chromosome number. For the Melipona bicolor genome, the hybrid assembly produced 241 contigs spanning 259 Mb with an N50 of 6.2 Mb and 97.5 percent complete BUSCOs.

What should I do if my hybrid assembly has low BUSCO completeness?

Low BUSCO completeness may indicate that the assembly is missing conserved genes, which can result from insufficient coverage, misassembly, or haplotype switching. Check the input data quality, try a different assembler, and consider whether the genome contains features that are difficult to assemble. If the problem persists, seek help from colleagues with experience in genome assembly.

Can hybrid assembly resolve all repeats in a genome?

No assembly approach can resolve repeats that are longer than the longest reads. If the genome contains repeats longer than the read length, the assembly will contain gaps or misjoins. Longer reads, Hi-C scaffolding, or a combination of approaches may be needed to resolve such regions.

How do I assemble a hybrid or polyploid genome?

Hybrid and polyploid genomes require specialized approaches to separate the parental haplotypes. Trio-binning, in which reads are assigned to parental haplotypes before assembly, was used for the hybrid poplar genome. The hybrid grouper ShanHu genome was assembled using Illumina and PacBio sequencing with Hi-C auxiliary mounting to achieve chromosome-level assembly.

What are the limitations of hybrid assembly for large plant genomes?

Large plant genomes are often highly repetitive and may have high heterozygosity, which makes assembly challenging. Hybrid assembly can improve contiguity, but some regions may remain unresolved. The hybrid poplar genome was assembled to near telomere-to-telomere completeness, but this level of completeness is not typical for most plant genomes.

Related Bioinformatics Guides

References and Further Reading

This article is educational and does not replace validated analysis plans, institutional policy, clinical interpretation, or specialist review.