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 in make_snp_file.py #15

Open
weizhu365 opened this issue Jul 28, 2020 · 1 comment
Open

bug in make_snp_file.py #15

weizhu365 opened this issue Jul 28, 2020 · 1 comment

Comments

@weizhu365
Copy link

In the line 389 of the file make_snp_file.py, the function "test_include_vep" should be replaced with "test_exclude_vep" (see the snapshot below). Besides, the codes in the lines 387 and 388 also needs to be modified accordingly (use exclude not include).

image

Obviously, the bug causes the option of --excludevep has no use.

Thanks,

Wei

@wanlee-yang
Copy link

You are right, I also found this problem recently when using this tool for rare variants burden test. if you wanted to use --excludevep, the includevep in line 387-389 should be changed to excludevep, otherwise an error will be reported.

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