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

Segmentation fault (core dumped) when building a hash table #43

Open
atimms opened this issue Aug 16, 2022 · 2 comments
Open

Segmentation fault (core dumped) when building a hash table #43

atimms opened this issue Aug 16, 2022 · 2 comments

Comments

@atimms
Copy link

atimms commented Aug 16, 2022

I was successful in building a hash table with the alt masked bed file you provide in this repo, but when using version 2 of illumina's maked bed I get a Segmentation fault (core dumped) error, as seen below.

I tried using different versions of dragmap and sorting the bed file in different ways but haven't had any success.

Building hash table from /refs/gatk_ref/Homo_sapiens_assembly38.fasta

Supressing decoys

Reading reference input file /refs/gatk_ref/Homo_sapiens_assembly38.fasta: 3249912778 bytes...
3 sequences, 689445510 bases (689501184 after trimming/padding)
5 sequences, 1061198324 bases (1061166080 after trimming/padding)
8 sequences, 1536488912 bases (1536199680 after trimming/padding)
12 sequences, 2077042982 bases (2076576768 after trimming/padding)
17 sequences, 2574038003 bases (2524183552 after trimming/padding)
23 sequences, 3031042417 bases (2965273600 after trimming/padding)

Reading BED file /refs/hg38_alt_mask_v2.sorted.bed and masking regions...

Total: 3366 sequences, 3217346917 bases (3088479232 after trimming/padding)

Spawning 31 threads build STR table...
Encoding binary reference sequence...
3 sequences, 689445510 bases (689501184 after trimming/padding)
5 sequences, 1061198324 bases (1061166080 after trimming/padding)
8 sequences, 1536488912 bases (1536199680 after trimming/padding)
12 sequences, 2077042982 bases (2076576768 after trimming/padding)
17 sequences, 2574038003 bases (2524183552 after trimming/padding)
23 sequences, 3031042417 bases (2965066752 after trimming/padding)
3366 sequences, 3217346917 bases (3088479232 after trimming/padding)
Segmentation fault (core dumped)

@Rohit-Satyam
Copy link

Hi did you find a fix? Idk why but the developer of DRAGMAP has not been actively resolving issues lately.

@atimms
Copy link
Author

atimms commented Sep 12, 2022

I never managed to find a fix.

Andrew

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