Discover and explore top open-source AI tools and projects—updated daily.
zengxiaofeiFast, reference-independent genome scaffolding using Hi-C data
Top 99.0% on SourcePulse
HapHiC is a fast, reference-independent, and allele-aware scaffolding tool designed to construct chromosome-scale pseudomolecules from Hi-C data for haplotype-phased genome assemblies. It offers a significant advantage by not requiring a reference genome and demonstrating superior tolerance to low sequencing depth and assembly errors compared to existing methods, making it suitable for complex diploid and allopolyploid genomes.
How It Works
HapHiC employs a multi-stage approach starting with contig clustering using the Markov Cluster (MCL) algorithm, which implicitly controls cluster numbers and handles multi-chromosomal groups more effectively than traditional AHC methods. It then integrates an optimized 3D-DNA iterative scaffolding algorithm for rapid ordering and orientation, followed by ALLHiC for refinement. This combination allows for efficient, allele-aware scaffolding without reference genomes, improving contig assignment, ordering, and orientation.
Quick Start & Requirements
conda env create -f HapHiC/conda_env/environment_py310.yml).https://github.com/zengxiaofei/HapHiC.git.Highlighted Details
Maintenance & Community
HapHiC is actively maintained with regular updates, including version 1.0.7 (March 2025) and several releases in 2024 addressing stability and feature enhancements. Issues can be reported via GitHub Issues. No community forums (e.g., Discord/Slack) are linked.
Licensing & Compatibility
Limitations & Caveats
The Bioconda version is not officially maintained and has known issues. Support for contigs longer than 2^31-1 bp (introduced in v1.0.7) may be limited by upstream/downstream tool compatibility. Automatic parameter tuning in the one-line command may require manual intervention, with quick view mode serving as an alternative. The lack of an explicit license may restrict commercial use or integration into proprietary software.
1 month ago
Inactive
evo-design