You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: ''
The text was updated successfully, but these errors were encountered:
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: ''
The text was updated successfully, but these errors were encountered: