-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Write a script to apply the user's filter selections to an annotated VCF.
Input parameters:
- Filters: command-line arguments describing the user's filter selections, e.g. "filters=clinsig:pathogenic+molcons:missense"
- Path to annotated VCF. an annotated VCF file where each row is a variant, and the INFO column has data on which filters the variant matches (e.g. clinsig=pathogenic;molcons=missense).
Output:
- Filtered VCF: A VCF file in which the variants are only those matching the user's filter selections. For example, if the user had a filter selection "clinsig:pathogenic", the output VCF would not include any variants with "clinsig:benign".
@nicovbing, this is the issue we discussed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels