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

Produce a new variant report table customized to immuno.wdl #137

Open
malachig opened this issue Oct 27, 2023 · 0 comments
Open

Produce a new variant report table customized to immuno.wdl #137

malachig opened this issue Oct 27, 2023 · 0 comments

Comments

@malachig
Copy link
Member

It would be convenient to produce an additional variants.annotated.tsv from the final VCF that is produced for pvacseq.

This could be much the same as the table that already produced but add RNA counts by adding these fields to the genotype_fields: RAF and RAD

The report would be generated in a two step process involving: GATK VariantsToTable and VAtools (vep-annotation-reporter).

This new step could mirror and/or reused the existing YAML inputs to decide which information to put in the report but have the report generated later in the pipeline instead of inside detect-variants:

immuno.vep_to_table_fields
immuno.variants_to_table_fields
immuno.variants_to_table_genotype_fields

If the GATK variants to table tools works even if one of these is missing, then the same exact lists could be reused on the detect variants VCF and the final pVACtools VCF.

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

1 participant