-
Notifications
You must be signed in to change notification settings - Fork 16
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
KeyError in format_pileup.py
#110
Comments
The error appears to occur when a sample includes reads that have Sample
...which trigger the error. |
Added
See branch |
For what it's worth, the team I work with encountered this issue a while back, made the same change, and was able to run ncov-tools on the problematic sample with this solution. |
We've seen an error in
format_pileup.py
where aKeyError
can be triggered here:ncov-tools/workflow/scripts/format_pileup.py
Line 23 in 7a19778
...because the dict isn't initialized with an
N
key:ncov-tools/workflow/scripts/format_pileup.py
Line 15 in 7a19778
The text was updated successfully, but these errors were encountered: