LKINSEY / MetaDataGUI

Fast, easy UI that allows user to transfer raw experimental data and associated metadata to AIND cloud services after experiment is run
0 stars 0 forks source link

robocopy? #20

Open rozmar opened 1 week ago

rozmar commented 1 week ago

The photostim experiments generate a lot of files and copytree uses only half of the bandwidth to copy. Can you implement robocopy as an option? (e.g. add a checkbox for using robocopy)

LKINSEY commented 4 days ago

I'll make a clickable picture that indicates if photostim trials occured

rozmar commented 3 days ago

I just realized that we should always run robocopy to check for completeness, even if we use shutil.copytree(). Currently it only checks for the existence of the directory, but it could even be an empty dir, which could not be enough if the transfer process is aborted during transfer (this happened today by accident)