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

ZarrMerge writer import for backwards compatibility. #132

Conversation

Gautam8387
Copy link
Contributor

Created a lazy import in writer.py to add compatibility for ZarrMerge()

# Below methods are equivalent 
scarf.ZarrMerge(
   zarr_path = '',
   ...
)

scarf.writers.ZarrMerge(
   zarr_path = '',
   ...
)

@Gautam8387 Gautam8387 marked this pull request as draft October 29, 2024 01:09
@Gautam8387 Gautam8387 deleted the AssayMerge-compatibility-fix branch December 17, 2024 17:46
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