Skip to content

Commit

Permalink
Fix training_setup.sh (proper ImageAnnotationLink)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl committed Jul 4, 2018
1 parent ab381f2 commit 3bb70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Training/training_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 3bb70b5

Please sign in to comment.