C-Phasing
Phasing and scaffolding polyploid genomes based on Pore-C, Ultra-long, or Hi-C data
.
Introduction#
One of the major problems with Hi-C scaffolding of polyploid genomes is a large proportion of ambiguous short-read mapping, leading to a high-level of switched or chimeric assemblies. Now, the long-read-based chromosome conformation capture technology, e.g., Pore-C, provides an effective way to overcome this problem. Here, we developed a new pipeline, namely C-Phasing
, which is specifically tailored for polyploid phasing by leveraging the advantage of Pore-C data. It also works on Hi-C data and diploid genome assembly.
The advantages of C-Phasing
:
- High speed.
- High anchor rate of genome.
- High accuracy of polyploid phasing.
Installation#
Download the CPhasing and activate environments by the activate_cphasing
Note
For the first configuration, run it when the network is accessible.
Note
If you do not have direct access to the anaconda repository, you can set the mirror for pixi.
Download the CPhasing and install environment by conda
git clone https://github.com/wangyibin/CPhasing.git
cd CPhasing
conda env create -f environment.yml
conda activate cphasing
~/.bash_profile
- Basic Usage
Use
pipeline
to runcphasing
.
- Tutorials
Tutorials to help you know how to run
cphasing
.
Tutorials