-
Notifications
You must be signed in to change notification settings - Fork 56
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
Fix flat file genotype/population calculation #1141
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to assume this is an improvement as the current set up is messy and repetitive as you say.
One minor thing it would be nice to have it highlighted in the table (VCF species) when a species is new. So for example for Domestic yak, it would say 30 million, then the second column could say "NEW for eXXX", rather than just +30 million
Sorry sent my comment too soon! Can you create a ticket for adding the functionality above (for 115) and I'll go ahead an approve this - thanks!
Tagging @nakib103
Hi @jamie-m-a , created the ticket ENSVAR-6689 with the requirement. |
utils.nf
Have a common place for all EVA related function. As we were replicating them in multiple script it was getting cumbersome to update.
sub get_vcf_content_types
:population
type - query database to checksub is_freq_from_gts
is set.genotype
type -sub genotype_samples_exists
was missing some cases where sample name had population prefix from database and not vcf_config.json.Species list
Species detailed list (TBD)
Sources list
ensembl-variation/scripts/docs/sources2html.pl
Line 580 in 4658db7