You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We currently write out AnnData files without any compression. We should pass arguments for compression to zellkonverter::writeH5AD()
Describe the solution you'd like
We can add a ... to the call that passes any additional arguments down to zellkonverter::writeH5AD
Describe alternatives you've considered
We could add a add a compression argument that we pass directly to the compression argument, rather than the catchall, but I like the fact that this gives us free support for other writeH5AD() options.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We currently write out AnnData files without any compression. We should pass arguments for compression to
zellkonverter::writeH5AD()
Describe the solution you'd like
We can add a
...
to the call that passes any additional arguments down to zellkonverter::writeH5ADDescribe alternatives you've considered
We could add a add a
compression
argument that we pass directly to thecompression
argument, rather than the catchall, but I like the fact that this gives us free support for otherwriteH5AD()
options.The text was updated successfully, but these errors were encountered: