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

Minor fixes #985

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Minor fixes #985

merged 6 commits into from
Nov 4, 2024

Conversation

Alexander-Stuckey
Copy link
Contributor

Minor fixes to the combiner script, use better config settings to get the dataset name.

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.54%. Comparing base (64b1020) to head (2335163).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #985   +/-   ##
=======================================
  Coverage   81.54%   81.54%           
=======================================
  Files         184      184           
  Lines       15965    15965           
=======================================
  Hits        13018    13018           
  Misses       2947     2947           

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

@@ -24,10 +23,10 @@ def get_sg_ids(vds: str) -> list[str]:
Returns:
list[str]: A list of sequencing group IDs.
"""
return read_vds(to_path(vds)).variant_data.s.collect()
return read_vds(dataset_path(vds)).variant_data.s.collect()
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm personally more a fan of passing the full path to the analysis we want to register on the CLI, instead of this helper method taking half a path as an argument.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fair enough, I can change that back.

@Alexander-Stuckey Alexander-Stuckey merged commit 630ec68 into dev Nov 4, 2024
8 of 9 checks passed
@Alexander-Stuckey Alexander-Stuckey deleted the minor-fixes branch November 4, 2024 03:03
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.

2 participants