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

Improving --gencode_primary and --flag_gencode_primary #1734

Conversation

likhitha-surapaneni
Copy link
Contributor

  • Added incompatible flags
  • Added warnings for unsupported assemblies
  • Style changes in description of header for GENCODE_PRIMARY field
  • Consistency with public-plugins/pull/812

Testing

vep -i input.vcf --gencode_primary --refseq   # Error 
vep -i input.vcf --gencode_primary --gencode_basic # Error
vep -i input.vcf --gencode_primary --merged # No error

vep -i input.vcf --gencode_primary --assembly GRCh37 # Warning 
vep -i input.vcf --gencode_primary  --flag_gencode_primary --species mus_musculus --assembly GRCm39 # Warning 

@nakib103 nakib103 self-requested a review August 8, 2024 11:46
@nakib103 nakib103 self-assigned this Aug 8, 2024
@nakib103 nakib103 merged commit e06699f into Ensembl:postreleasefix/113 Aug 8, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants