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

fix: actually produce one tsv record per gene+annotations #413

Merged
merged 3 commits into from
Mar 28, 2024

Conversation

tedil
Copy link
Contributor

@tedil tedil commented Mar 25, 2024

This addresses #409 by moving the writeln! invocation to the correct scope, such that one TSV record is produced per gene with its annotations, instead of a single record corresponding to the last gene in the list.

todo: add testcase

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.36%. Comparing base (b735a68) to head (eaa6ff5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
+ Coverage   76.06%   76.36%   +0.29%     
==========================================
  Files          24       24              
  Lines        5093     5106      +13     
==========================================
+ Hits         3874     3899      +25     
+ Misses       1219     1207      -12     

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

Copy link
Contributor

@holtgrewe holtgrewe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There ist one clippy issue.

@xiamaz
Copy link
Contributor

xiamaz commented Mar 28, 2024

Taurpaulin works locally fine, will fix CI issues separately.

@xiamaz xiamaz merged commit 1ccabbb into main Mar 28, 2024
9 of 10 checks passed
@xiamaz xiamaz deleted the fix-tsv-output branch March 28, 2024 09:14
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.

3 participants