-
Notifications
You must be signed in to change notification settings - Fork 18
39851: New example file #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Create SampleSet domain and fields to an existing SampleSet.
samples/sampleset_domain_example.py
Outdated
# domain.create returns the full Domain definition | ||
created_sampleset_domain = domain.create(server_context, sampleset_domain_definition) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this whitespace
samples/sampleset_domain_example.py
Outdated
# Drop a domain | ||
################### | ||
|
||
#drop_response = domain.drop(server_context, 'samples', 'BloodSamples') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would either uncomment these lines or delete them entirely
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a few minor changes
@labkey-steveh Should probably look to get this merged soon as we have other changes we're currently adding and can roll this into the version bump. |
Changes suggested by Karl.
Thanks Karl, I made the changes you requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Create SampleSet domain and fields to an existing SampleSet. For issue #39851