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

External bug - investigate impact ? #31

Open
evezeyl opened this issue Sep 18, 2024 · 1 comment
Open

External bug - investigate impact ? #31

evezeyl opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@evezeyl
Copy link
Collaborator

evezeyl commented Sep 18, 2024

nucdiff formating of vcf variant files that are then "prepared" aka, fix the format, before annotation with vcf-annotator has "bugs"
This is fixed with prep_vcf_annotator.py

  1. Adding info Column
  2. To investigate : in some case N is writen in REF and its NaN in ALT - This makes vcf-annotator bug. I fixed this by replacing NaN by "."
    But this might not bee good
    For eventual analysis of annotated snps, - REF with N must be then filtered out
    This also means that some differences might not be true ... errror - we need to find a way to validate
@evezeyl evezeyl self-assigned this Sep 18, 2024
@evezeyl evezeyl added bug Something isn't working documentation Improvements or additions to documentation labels Sep 18, 2024
@evezeyl
Copy link
Collaborator Author

evezeyl commented Sep 20, 2024

commit fix: ddc9ded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant