populationgenomics / metamist

Sample level metadata system
MIT License
1 stars 1 forks source link

Fix pedigree query #763

Closed vivbak closed 4 months ago

vivbak commented 4 months ago

Fixes https://github.com/populationgenomics/metamist/issues/762

Currently, if family_ids are not specify the pedigree will return an empty list. However, this field is optional, so this behaviour isn't ideal.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.16%. Comparing base (affbe6f) to head (3bd4274).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #763 +/- ## ========================================== + Coverage 77.15% 77.16% +0.01% ========================================== Files 157 157 Lines 12950 12948 -2 ========================================== Hits 9991 9991 + Misses 2959 2957 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.