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

Add --min-allele-freq argument to build command #53

Open
sm0179 opened this issue Jul 7, 2017 · 4 comments
Open

Add --min-allele-freq argument to build command #53

sm0179 opened this issue Jul 7, 2017 · 4 comments

Comments

@sm0179
Copy link
Collaborator

sm0179 commented Jul 7, 2017

add --min_freq arg to build step to be passed to the vcf_to_linear_prg script, for filtering variants in the vcf by allele frequency when constructing the linear PRG

@ffranr
Copy link
Contributor

ffranr commented Aug 23, 2017

@sm0179 What is the use case for this feature?

@sm0179
Copy link
Collaborator Author

sm0179 commented Aug 23, 2017

the vcf_to_linear_prg script has an option to exclude from the PRG build process variants that occur in the population under a specified frequency (min_freq). this is because sometimes we want only a PRG with common variants. this is all already functional, we just need the build cmd to pass this argument when it calls the vcf_to_linear_prg script

@ffranr
Copy link
Contributor

ffranr commented Aug 23, 2017

That make sense, thank you for clarifying. May I suggest: --min-allele-freq

@ffranr ffranr removed the question label Aug 23, 2017
@sm0179
Copy link
Collaborator Author

sm0179 commented Aug 23, 2017

definitely

@ffranr ffranr changed the title --min_freq arg Add --min-allele-freq argument to build command Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants