XiaoTaoWang / HiC_pipeline

An easy-to-use Hi-C data processing software supporting distributed computation.
http://xiaotaowang.github.io/HiC_pipeline/index.html
GNU General Public License v3.0
53 stars 20 forks source link

Error when filtering reads: #4

Closed oriolfornes closed 5 years ago

oriolfornes commented 5 years ago

Hi, I have run the pipeline successfully for a few datasets. For others, however, the pipeline breaks during the filtering step.

Here is an example dataset that fails for me:

Thank you in advance!

XiaoTaoWang commented 5 years ago

Hi,

Thanks for your feedback! This is probably a bug for datasets with low sequencing depth, in which case not all SRAs can be detected with dangling reads. Can you try the latest version 0.8.3.post1 (https://pypi.org/project/runHiC/)?

Best!

oriolfornes commented 5 years ago

Updating to 0.8.3.post1 worked, thank you. I also wanted to thank you for your other great tools. Together, runHiC and TADLib are a powerful resource!