-
Move overlapping images from destination folder to "Trash" folder On QNAP:
mkdir -p /share/mikro/IMX/MDC_pharmbio/trash/<project>/<plate>
mv /share/mikro/IMX/MDC_pharmbio/project/wildcard-can-be-used /share/mikro/IMX/MDC_pharmbio/trash/
-
Delete overlapping images from database
DELETE FROM images WHERE plate_acquisition_id = <acc_id> AND well = <well>
-
Move files from source folder tp destination
DELETE FROM images WHERE plate_acquisition_id = <acc_id> AND well = <well>
-
Set finished column to NULL in database in table plate_acquisition
UPDATE plate_acquisition SET finished = NULL WHERE plate_acquisition_id = <acc_id>
-
Delete source images from db and file