diff --git a/examples/Training/training_setup.sh b/examples/Training/training_setup.sh index 08298fd4d02..8a8ab2cf072 100644 --- a/examples/Training/training_setup.sh +++ b/examples/Training/training_setup.sh @@ -64,7 +64,7 @@ imageid=$(sed -n -e 's/^Image://p' image_import.log) # Add a Map annotation MAP=$(bin/omero obj new MapAnnotation) bin/omero obj map-set $MAP mapValue testkey testvalue -bin/omero obj new ImageAnnotationLink parent=$imageid child=$MAP +bin/omero obj new ImageAnnotationLink parent=Image:$imageid child=$MAP # Create screen/plate screen=$(bin/omero obj new Screen name='Screen')