Skip to content
Snippets Groups Projects
Commit b36900b3 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

Merge branch 'release/pybis-1.9.0'

parents 403a32f5 7e183568
No related branches found
Tags S292.0
No related merge requests found
......@@ -4,6 +4,7 @@
* new: search, create, update and delete Plugins
* new: create and update Sample Types
* freeze entities to prevent changes
* added more tests
## Changes with pybis-1.8.5
......
......@@ -519,7 +519,7 @@ o.get_tag('TAG_Name')
tag.get_experiments()
tag.get_samples()
tag.get_owner()
tag.get_owner() # returns a person object
tag.delete('why?')
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment