Skip to content
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

Variant at start of chromosome, illegal storage access #3

Closed
chapmanb opened this issue Sep 20, 2018 · 2 comments
Closed

Variant at start of chromosome, illegal storage access #3

chapmanb opened this issue Sep 20, 2018 · 2 comments

Comments

@chapmanb
Copy link

Brent;
Thanks for all the work and fixes with duphold. The 0.0.3 version is running cleanly on most of our samples now and I'm starting to try and build up test cases so we can look at including filters based on the annotations.

I ran into one edge case that's causing duphold to fail with:

SIGSEGV: Illegal storage access. (Attempt to read from nil?)

This appears to happen with reads right at the start of a chromosome and I have a reproducible test case here:

https://s3.amazonaws.com/chapmanb/testcases/duphold_sisegv_storage_access.tar.gz

It contains the variant and BAM files, you'll just need to adjust REF in the shell script to point to a GRCh37.fa reference.

This fails in the same way with both 0.0.3 and the 0.0.4 release from yesterday. Please let me know if I can provide anything else to help with debugging and thanks again.

@brentp
Copy link
Owner

brentp commented Sep 20, 2018

thanks Brad, I have a fix for this. It occurred when there was a variant within ~15 bases of the start of the chrom which usually doesn't happen. I'll make a new release today or tomorrow. There might be a couple of other ones like this, but I think we're closing in on a stable release. Thanks for persisting.

@brentp brentp closed this as completed in e408a73 Sep 20, 2018
@brentp
Copy link
Owner

brentp commented Sep 20, 2018

new release with a fix for this issue: https://github.com/brentp/duphold/releases/tag/v0.0.5

thanks again.

chapmanb added a commit to chapmanb/bioconda-recipes that referenced this issue Sep 22, 2018
- gatk4 with MuTect2 fixes
- duphold with fixes for variant at start of chromosome brentp/duphold#3
chapmanb added a commit to bioconda/bioconda-recipes that referenced this issue Sep 22, 2018
* Update: gatk4 (4.0.9.0), vqsr_cnn (0.0.194), duphold (0.0.6)

- gatk4 with MuTect2 fixes
- duphold with fixes for variant at start of chromosome brentp/duphold#3

* vqsr_cnn: add new gatktool dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants