maize-genetics / phg_v2

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

Handling gzipped file names correctly now. Also adding in a helper f… #206

Closed zrm22 closed 2 months ago

zrm22 commented 2 months ago

…unction to build kmers for later use.

Description

Simple change so that the read mapping file has the correct name when the fastqs are gzipped.

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.

Simple change so that the read mapping file has the correct name when the fastqs are gzipped.
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 7.69231% with 12 lines in your changes missing coverage. Please review.

Project coverage is 82.80%. Comparing base (03b7fb1) to head (2dbaed2). Report is 38 commits behind head on main.

Files Patch % Lines
.../net/maizegenetics/phgv2/pathing/AlignmentUtils.kt 7.69% 11 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #206 +/- ## ========================================== - Coverage 82.99% 82.80% -0.20% ========================================== Files 77 77 Lines 5041 5053 +12 Branches 834 837 +3 ========================================== Hits 4184 4184 - Misses 546 557 +11 - Partials 311 312 +1 ```

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