Creating a dataset and having OMERO set an automatic id
Posted: Thu Jan 27, 2011 5:21 pm
I know that from script I can do
but is there a way to have omero set this number automatically?
- Code: Select all
dataset = omero.model.DatasetI()
id = 3425235523523
dataset.setId( id )
but is there a way to have omero set this number automatically?