Beth Cimini
Beth Cimini
(or do it yourself, of course, just if it makes it more fun)
``` import re if url.startswith("s3"): bucket_name, filename = ( re.compile("s3://([\w\d\-.]+)/(.*)").search(url).groups() ) ```
Lost to the sands of time maybe, but not my ability to look up random trivial things that don't matter lol https://github.com/DistributedScience/Distributed-CellProfiler/commit/aab088948eea0da4d46d763b84658a250adb58ff Will also pass you a link in Slack...
(but, yes, can't find the pipeline file is exactly the mystery issue from 2016, glad S3FS has never fixed it in 8 years lol. We'd considered removing that line several...
I think your preferred option (second bucket is always download, current boolean is only for the source_bucket) makes a lot of sense to me!
A possible template for the behavior - MeasureObjectIntensityDistribution
@gnodar01 ok to pull this?
Does it go away after a minute or so? When there's a lot of measurements, sometimes towards the end of the pipeline, checking gets REAL SLOW
> If I have Export all measurement types == No then it did not go away in the 10 minutes that I allotted for staring at it. Did you open...
Ok! Fine to close if we don't need it, but I also think reasonably harmless to keep in (but you tell me, as you're thinking about large image, if you...