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'm getting bitten when rerunning small scripts because I can't overwrite zarr files, e.g.
importbio2zarr.tskitasts2zts2z.convert("input.trees", "output.vcz") # can only be run once
I don't want to create these in a temp directory, as I want them hanging around, but am happy to overwrite them when re-running. So could we have an "overwrite" parameter?