-
Notifications
You must be signed in to change notification settings - Fork 180
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
Allele specific analysis - assignment failure #572
Comments
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, |
Thanks for your response. I referred #606. However, I am still encountering the same issue. Regards, |
You can check out either devel branch, or clone from my fork (https://github.com/wardDeb/hic-pro). |
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
The text was updated successfully, but these errors were encountered: