Skip to content
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

Enhance VCF output #184

Merged
merged 10 commits into from
Aug 26, 2024
Merged

Conversation

apriha
Copy link
Owner

@apriha apriha commented Aug 26, 2024

Several updates from Sano Genetics to enhance VCF output:

  • Support VCF v4.3
  • Ensure contig ID matches CHROM value
  • Correctly populate null values for haploid chromosomes
  • Handle reading and writing VCFs with imprecise indels
  • Add several meta-information fields:
    • detectedCompany
    • detectedOriginalBuild
    • detectedSex
    • detectedChip

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

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

Project coverage is 93.38%. Comparing base (28146f8) to head (eaf5824).
Report is 12 commits behind head on master.

Files Patch % Lines
src/snps/io/writer.py 78.18% 5 Missing and 7 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
+ Coverage   92.47%   93.38%   +0.91%     
==========================================
  Files           8        9       +1     
  Lines        1753     1815      +62     
  Branches      395      417      +22     
==========================================
+ Hits         1621     1695      +74     
+ Misses         84       66      -18     
- Partials       48       54       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@apriha apriha merged commit c702fa6 into apriha:master Aug 26, 2024
15 checks passed
@apriha apriha deleted the feature/enhance-vcf-output branch August 26, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant