feat: enhance biallelic_snps_to_plink with sex calls, phenotypes, and…#1051
feat: enhance biallelic_snps_to_plink with sex calls, phenotypes, and…#105131puneet wants to merge 13 commits intomalariagen:masterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1051 +/- ##
==========================================
- Coverage 89.99% 89.55% -0.44%
==========================================
Files 51 51
Lines 5735 5919 +184
==========================================
+ Hits 5161 5301 +140
- Misses 574 618 +44 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @jonbrenas PTAL |
|
Thanks @31puneet, I think your mapping of chromosomes will work fine for gambiae, not so much for the other species. Which leads me to believe that it should be part of the config file for each species. What do you think? |
|
Hi @jonbrenas, that's a great point, the hardcoded mapping won't work for Af1 or Adir1 since they have different contig layouts. |
|
Hi @jonbrenas PTAL |
|
Hi @jonbrenas Thanks for the approval, you were worried about the other classes (Af1, Adir1) mapping do you want me to implement that ? |
|
Thanks, @31puneet. The problem is that the config files are part of the resources, not the API. What you could do is add the mapping to each class, which should work for now. |
Done! |
Overview
Fixes #730
What this PR does
.famfile fromsample_metadata()(M→1, F→2, unknown→0)None, using all available SNPsImpact
Files changed