Open PhrenoVermouth opened 1 year ago
I'm facing the same problem even after changing extract_snps.py as suggested above. Kindly help
I'm facing the same problem even after changing extract_snps.py as suggested above. Kindly help
Hey @harshadajadhav95, it has been quite a while, maybe you can refer to #606?
Best, Guang
Thanks for your response. I referred #606. However, I am still encountering the same issue.
Regards, Harshada
You can check out either devel branch, or clone from my fork (https://github.com/wardDeb/hic-pro). Been a while since I've been looking into this, though, so I'm not so sure what happened in the meantime.
Thank you. I'll do the needful
Hi, I'm doing an allele-specific analysis, the pipeline went well until the final ice-normalization step. Tracing backwards I found the raw matrics were empty, and markAllelicStatus aberrantly assigned the reads. See .allelstat file as follows:
The weird thing is that when I fed the bam (E9-5-PLA-rep1-H3K27ac_S15_L002_cut_mm10.bwt2pairs.bam) to SNPsplit to verify the data, it went pretty well:
Thus this problem was not caused by the data. For VCF file generation, I stringently followed the utils introduction:
$HICPRO_PATH/bin/utils/extract_snps.py -i mgp.v5.merged.snps_all.dbSNP142.vcf -a PWK_PhJ > snps_C57b6_PWK_PhJ.vcf
and I've checked the vcf file by hand, everything seems normal:
One clue is that I got a HUGE markAllelicStatus.log file (>2G), full of warnings (more lines omitted below):
Your assistance is highly appreciated! And currently, I have to use SNPsplit to tag the reads and sed command for tag substitutions (XX --> XA). Hope that works. LOL