nservant / HiC-Pro

HiC-Pro: An optimized and flexible pipeline for Hi-C data processing
Other
382 stars 183 forks source link

Change Ligation Site in hicpro-config.txt #453

Closed smped closed 3 years ago

smped commented 3 years ago

Hi,

Using the existing ligation site in the example template causes the following error when calling digest_genome.py.

Unable to detect offset for AAGCTAGCTT. Please, use '^' to specify the cutting position,
                   i.e A^GATCT for HindIII digestion.

This change corrects that error.

nservant commented 3 years ago

Hi, I think you are confusing two things ;

So the goal of digest_genome.py script is to run an in silico digestion of the genome ... with the restriction site (with the ^), but not with the ligation site. Does it make sense for you ? Best

smped commented 3 years ago

Ah yes. My apologies.