Distributed-CellProfiler
Distributed-CellProfiler copied to clipboard
Return useful error if download files don't exist
When downloading files (DOWNLOAD_FILES=True) off .csvs
s3.meta.client.download_file(AWS_BUCKET,prefix_on_bucket,new_file_name) if the file isn't in S3 then it should return a useful error message saying so.
Currently silent