sc-zhang / ALLHiC_components

Some components that speed up and reduce resource cost for original ALLHiC
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

What is the difference between Allele.gene.table and Allele.ctg.table? #4

Closed sen1019san closed 1 year ago

sen1019san commented 1 year ago

Hi, I am trying to assemble haplotype genome using ALLHiC. I am puzzled by the partition.pl step using Allele.gene.table. And I find the alternative partition_gmap.py. So I have two questions:

  1. Is Allele.gene.table and Allele.ctg.table the same thing? Zhang mentioned that in run partition.pl error #93. It seems that the two files are different. But I don't know how to get the Allele.gene.table file.
  2. Is the ALLHiC_prune work by using partition.pl outputs? I find the inputs of partition.pl and ALLHiC_prune are quite the same.
sen1019san commented 1 year ago

I have tried to generate these two files by using gmap alignment and a modified python script. Thanks!