diff --git a/screening/dist/etc/service.properties b/screening/dist/etc/service.properties index e0e6dd717f2ecece47297228408d743231385d12..4d903d1eb42b9ded36bffd06ecfb18c62ee8306b 100644 --- a/screening/dist/etc/service.properties +++ b/screening/dist/etc/service.properties @@ -140,7 +140,7 @@ screening-dss-api-exporter-servlet.path = /rmi-datastore-server-screening-api-v1 # --------------------------------------------------------------------------- maintenance-plugins=data-set-clean-up -# hierarchical-storage-updater, feature-migrator, bds-migrator +# hierarchical-storage-updater # the plugin which is run periodically to create a mirror structure of the store with the same files # but with user-readable structure of directories @@ -155,31 +155,6 @@ data-set-clean-up.class = ch.systemsx.cisd.etlserver.plugins.DataSetDeletionMain data-set-clean-up.interval = 86400 data-set-clean-up.data-source = imaging-db -bds-migrator.class = ch.systemsx.cisd.etlserver.plugins.ChainedDataSetMigrationTask -bds-migrator.execute-only-once = true -bds-migrator.storeRoot = ${storeroot-dir} -#bds-migrator.migrators = bds-image-db, bds-original-relocator, bds-remover -bds-migrator.migrators = bds-image-db -bds-migrator.bds-image-db.class = ch.systemsx.cisd.openbis.dss.etl.bdsmigration.BDSImagingDatabaseMigrator -bds-migrator.bds-image-db.data-source = imaging-db -bds-migrator.bds-image-db.channel-names = dapi, gfp -#bds-migrator.bds-image-db.extract-single-image-channels = BLUE, GREEN -bds-migrator.bds-original-relocator.class = ch.systemsx.cisd.openbis.dss.etl.bdsmigration.BDSOriginalDataRelocatorMigrator -bds-migrator.bds-remover.class = ch.systemsx.cisd.openbis.dss.etl.bdsmigration.BDSDataRemoverMigrator - -feature-migrator.class = ch.systemsx.cisd.etlserver.plugins.ChainedDataSetMigrationTask -feature-migrator.execute-only-once = true -feature-migrator.storeRoot = ${storeroot-dir} -feature-migrator.migrators = csv -feature-migrator.csv.class = ch.systemsx.cisd.openbis.dss.etl.featurevector.CsvFeatureVectorMigrator -feature-migrator.csv.data-source = imaging-db -# semi-colon (;) by default -#feature-migrator.csv.separator = , -#feature-migrator.csv.ignore-comments = true -#feature-migrator.csv.well-name-row = row -#feature-migrator.csv.well-name-col = col -#feature-migrator.csv.well-name-col-is-alphanum = true - # --------------------------------------------------------------------------- # DROPBOXES CONFIGURATION # ---------------------------------------------------------------------------