-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test on rice genome scaffolding #5
Comments
Hi, Thanks for your tool! I have a question on the chromosome number as following. In fact, rice genome has 12 chromosomes, but pin_hic only output 8 large scaffolds (> 1Mb) with "pin_hic_it -i 3 -x contig.fa.fai -r contig.fa -O pin_hic SRR7700701.bam". How can I improve it? grep '>' scaffolds_final.fa | awk '{if($2 >1000000) print}'
Rice_Chr_number | Length Could you give me some advice? Thanks! Zhiliang |
Hi Zhiliang, thanks for trying pin_hic. I guess there are some chromsomes misjoined by pin_hic. There are several ways to correct it, the easiest way would be, say if you have a reference genome, you can use minimap2 compare them and correct the scaffolds based on alignments. My version of dot (a visulizaiton tool) would be helpful for doing this. Another way, which is more technical, would be use bam2hic/bam2cool under pin_hic/util directory, use |
Sorry, I missed your circos plot. Yes, as expected, it does contain several misjoins and large inversions? I think. Do you think it is real? Is this sequencing data and assembly public avaliable? so I can try myself and update the algorithm maybe. Dengfeng. |
Hi Dengfeng, I used the gap-free genome and its HiFi data from a recent paper. I tried it and wanted to build a robust pipeline for rice genome assembly using HiFi (canu/hifiasm) and HiC (pin_hic) data. If you could help me and solve the problem, I'd appreciate it. Please check your email ([email protected]) and I send you a host of relevant data (genome/HiC link & contig…). Zhiliang |
No description provided.
The text was updated successfully, but these errors were encountered: