-
Notifications
You must be signed in to change notification settings - Fork 21
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
segfaults with ATAC-seq data #78
Comments
Thanks for trying out the tool. Did you try the latest version v0.2.0 of Chromap? Though mapping results should be the same for BED output among the different versions, several bugs got fixed after v0.1.3, which may include this one. |
Btw, to remove PCR duplicates, you have to also use |
I just attached a prebuilt binary to the release. And actually I downloaded the reads and I was able to reproduce the error, though I used GCF_000001215.4_Release_6_plus_ISO1_MT_genomic.fna as reference. I also located the bug. Once I fix it, I will upload a prebuilt binary here and let you know. |
Thank you so much! |
You can now use the no-cache version of Chromap at branch |
It seems to have worked, many thanks for all the help |
v0.2.1 should also work on this. You may give it a try if you want. |
Hello,
I'm trying to use chromap on ATAC-seq data but I keep getting getting segfaults. I'm using version 0.1.3 (downloaded from [chromap-0.1.3_x64-linux.tar.bz2]) on CentOS 7 with datasets in SRP234892 (https://www.ncbi.nlm.nih.gov/Traces/study/?acc=PRJNA593838&o=acc_s%3Aa) SRR10597272-9.
System details:
I also tried on other datasets and ran into the same issue. One of my colleagues has run this version of chromap on our system on a different dataset and that worked fine.
The error I get with chromap-0.1.3_x64-linux.tar.bz2 is as follows:
Tried again with chromap-0.1.3-asan_x64-linux.tar.bz2 and got:
As far as I can tell the indexing has been fine. Also of note, without the option --SAM or --trim-adapters it will run for a little longer until it crashes into the same error. Last, I accidentally fed it the same read pair once and it actually went through it just fine (of course telling me nothing paired). The --low-mem option doesn’t seem to change anything.
I have had general issues with ATAC-seq datasets from drosophila (no issues however with ChIP/RNAseq/or GROseq), not sure why but just for reference, the code I run to get them is :
fastq-dump --gzip --split-3 --readids -B --skip-technical --clip SRR10597272
Thank you!
Noura
The text was updated successfully, but these errors were encountered: