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

streamline parseVEP for multiple files #20

Open
lydiayliu opened this issue Jul 13, 2021 · 0 comments
Open

streamline parseVEP for multiple files #20

lydiayliu opened this issue Jul 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@lydiayliu
Copy link
Collaborator

lydiayliu commented Jul 13, 2021

Currently, --vep-txt in parseVEP allows the input of multiple VEP text files, and parseVEP parses them together to create a single tsv file for later peptide database creation.

I have a different use case, for example I have to parse germline indel VEPs for 73 samples, for every sample VEP takes 1 minute to read the index (which is already really fast) but takes no time at all to parse the files (literally zero seconds). Could there be an option to input multiple files but not combine them? That way the index only needs to be loaded once and it would probably be 100x faster.

Just a thought, we can discuss if this is necessary.

@lydiayliu lydiayliu added the enhancement New feature or request label Sep 23, 2021
@zhuchcn zhuchcn added this to To do in Performance Boosting Oct 7, 2021
@zhuchcn zhuchcn moved this from To do to low in Performance Boosting Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant