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

Retain QC filtering after scarf.ZarrMerge()? #28

Closed
rwarfvinge opened this issue May 26, 2021 · 2 comments
Closed

Retain QC filtering after scarf.ZarrMerge()? #28

rwarfvinge opened this issue May 26, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@rwarfvinge
Copy link

Hi,

I am want to merge a set of zarr files in multiple different combinations with scarf.ZarrMerge(). But after merge the QC filtering in "I" column is reset and lost. Is there a way to retain this data during the merge so I don't have to filter all the different file combinations individually after the merge?

thanks,

Rebecca

@parashardhapola
Copy link
Owner

Hi,

Thanks for reporting this issue.
I have updated the ZarrMerge and now there is an additional parameter, reset_cell_filter, with which you can control this behavior.

Setting reset_cell_filter=False will make sure that your filtering information is not discarded.

Please update to version 0.7.4

Please close this issue if resolved.

/Parashar

@rwarfvinge
Copy link
Author

Thanks, this worked nicely!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants