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

Handling missing SNPs (extract_snpvar.py) #6

Closed
bschilder opened this issue Nov 8, 2019 · 2 comments
Closed

Handling missing SNPs (extract_snpvar.py) #6

bschilder opened this issue Nov 8, 2019 · 2 comments

Comments

@bschilder
Copy link

extract_snpvar.py

Currently, when Not all SNPs in the SNPs file were found in the meta file. Wrote a list of missing SNPs appears, it registers as an error and stops the script. In my fork I modified this so that it simply removes the missing SNPs and continues (lines 99-102).

@bschilder bschilder changed the title Handling missing SNPs Handling missing SNPs (extract_snpvar.py) Nov 8, 2019
@omerwe
Copy link
Owner

omerwe commented Nov 8, 2019

Thanks Brian! I prefer to keep the default behavior so that users can't miss the omission of some SNPs, but I added a flag called --allow-missing which does what you suggest.

@omerwe omerwe closed this as completed Nov 8, 2019
@bschilder
Copy link
Author

I see, thanks!

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