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

make_snp_file.py, includevep, AND, OR #19

Open
Elliott77 opened this issue Aug 25, 2021 · 0 comments
Open

make_snp_file.py, includevep, AND, OR #19

Elliott77 opened this issue Aug 25, 2021 · 0 comments

Comments

@Elliott77
Copy link

I'm working with make_snp_file.py in preparation for a burden test. I want to include coding variants with both 'HIGH' and 'MODERATE' impact based on VEP annotation. When I use --includevep "IMPACT[=]HIGH" --includevep "IMPACT[=]MODERATE" I get an empty file. I'm guessing this is because I am looking for variants that are both HIGH and MODERATE impact (mutually exclusive categories) as opposed to HIGH or MODERATE. Is there a way to specify 'or' so as to include both categories? I'm imagining something like --includevep "IMPACT[=]HIGH[|]IMPACT[=]MODERATE" . Thanks for developing TRAPD and thanks for your help.

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