-
Notifications
You must be signed in to change notification settings - Fork 596
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
Funcotator: deal with delimiters in data for output formats #4693
Comments
This needs to happen for MAF too. We should add a method |
This is done for VCF only when #4838 is merged. |
Need to add for MAF in the |
…. Added some developer utilities for ease of testing and creating new Funcotations.
…rom output. (#5226) - Added support for `--exclusion-list` parameter, which can be specified multiple times. This will remove some rendered fields from the output. The field should appear exactly as written in the output MAF or VCF (e.g. ClinVar_ALLELEID). Closes #4359. - Does basic cleaning of field values for MAF. I.e. cleaning tabs and \n. Fixes #4693
Eg., need to escape or otherwise deal with
;
,,
,|
, etc. characters in datasource values when writing to VCF.The text was updated successfully, but these errors were encountered: