Skip to content

Commit 067cebb

Browse files
committed
update comments in example
1 parent f89f96a commit 067cebb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/experiment_platemetadata_example.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@
4646
'VisitId' : 333,
4747
'WellLocation' : 'F12'
4848
}]
49+
50+
# Assays that are configured for plate support have a required run property for the plate template, this is the plate template lsid
4951
runTest.properties['PlateTemplate'] = 'urn:lsid:labkey.com:PlateTemplate.Folder-6:d8bbec7d-34cd-1038-bd67-b3bd777822f8'
52+
53+
# The assay plate metadata is a specially formatted JSON object to map properties to the well groups
5054
runTest.plate_metadata = {
5155
'control' : {
5256
'positive' : {'dilution': 0.005},

0 commit comments

Comments
 (0)