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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: