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

Bug when there are zero Snps or zero indels #3

Open
ml31k opened this issue May 15, 2015 · 0 comments
Open

Bug when there are zero Snps or zero indels #3

ml31k opened this issue May 15, 2015 · 0 comments

Comments

@ml31k
Copy link

ml31k commented May 15, 2015

Hi,

I've run into another bug which occurs when there are either zero Snps or zero Indels.
The program will not reach any of the process_event steps, even if there are Snps / indels (but not both)
It's probably not an error that would occur using the whole dbSNP (but did come up when i was testing with a subset)

Error:

Traceback (most recent call last):
File "/home/mliang/mdwilson/external/Seqnature/build_new_sequence_from_vcfs.py", line 762, in
main()
File "/home/mliang/mdwilson/external/Seqnature/build_new_sequence_from_vcfs.py", line 759, in main
finish_up(ref, chrs)
File "/home/mliang/mdwilson/external/Seqnature/build_new_sequence_from_vcfs.py", line 613, in finish_up
chr_info[current_chr]['nextRefPos'])
KeyError: ''

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

1 participant