-
Notifications
You must be signed in to change notification settings - Fork 355
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
Feature request: integrate vcf2maf #2293
Comments
Thanks for the suggestion and starting this discussion. In general, we're happy to make it easier to produce other standard file formats if they're useful. It sounds like this tool would be most useful integrated with the VEP portion of the pipeline since it uses it as input: The tool itself is present in bioconda, but looks like it might need some tweaking to not double call VEPand work directly from the output of bcbio. It sounds like the first step would be to understand what it takes to convert the bcbio VEP VCF into a useful maf output, and then determine how that could fit into bcbio. Hope this helps as a starting point and happy to help as you explore this. Thanks again. |
Thanks for the very valuable background information how vcf2maf might work best with bcbio. I will look into this and keep you posted on my progress. |
I wrote some rough Python code which does the same conversions as vcf2maf without having to run it. Some of the bits are tricky because frameshifts for example need to be called I did this mainly because I don't well understand the code in |
Hi there,
what is your opinion on integrating a vcf2maf tool such as this tool from MSKCC ?
I think in regard to many downstream applications that nowadays use maf tools as an input it would be a compelling option to include...
Curious what you think,
leiendeckerlu
The text was updated successfully, but these errors were encountered: