maize-genetics / phg_v2

Practical Haplotype Graph (PHG) version 2
https://phg.maizegenetics.net/
Apache License 2.0
21 stars 2 forks source link

Update maf to gvcf #203

Closed zrm22 closed 3 months ago

zrm22 commented 3 months ago

Description

Update MAFToGVCF code to call the new version of biokotlin. The MAF file created by anchorwave 1.2.3 is different and this allows the user to input either older or current versions of MAF files.

Type of change

What type of changes does your code introduce? Put an x in boxes that apply.

Checklist:

Changelog entry

Please add a one-line changelog entry below. This will be copied to the changelog file during the release process.

Update Maf to GVCF conversion by using biokotlin 0.19.
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.99%. Comparing base (e5d92d3) to head (03b7fb1). Report is 54 commits behind head on main.

Files Patch % Lines
...kotlin/net/maizegenetics/phgv2/cli/CreateMafVcf.kt 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #203 +/- ## ========================================== - Coverage 83.16% 82.99% -0.17% ========================================== Files 77 77 Lines 5228 5041 -187 Branches 836 834 -2 ========================================== - Hits 4348 4184 -164 + Misses 569 546 -23 Partials 311 311 ```

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