Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
01774302
Commit
01774302
authored
4 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
removed search for components properties, as this currently is not possible
parent
950dfe93
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pybis/src/python/README.md
+6
-8
6 additions, 8 deletions
pybis/src/python/README.md
with
6 additions
and
8 deletions
pybis/src/python/README.md
+
6
−
8
View file @
01774302
...
...
@@ -721,14 +721,13 @@ samples = o.get_samples(
],
parent_property = 'value', # search in a parent's property
child_property = 'value', # search in a child's property
component_property = 'value' # search in a component's property
container_property = 'value' # search in a container's property
parent = '/MY_SPACE/PARENT_SAMPLE', # sample has this as its parent
parent = '*', # sample has at least one parent
child = '/MY_SPACE/CHILD_SAMPLE',
child = '*', # sample has at least one child
co
mponent
= 'MY_SPACE/CONTAINER
_SAMPLE
',
co
mponent
= '*' # sample
has at least one component
co
ntainer
= 'MY_SPACE/CONTAINER',
co
ntainer
= '*' # sample
lives in a container
props=['$NAME', 'MATING_TYPE'] # show these properties in the result
)
...
...
@@ -864,14 +863,13 @@ datasets = o.get_datasets(
modificationDate = "<2020-12-31", # use > or < to search for specified date and later / earlier
parent_property = 'value', # search in a parent's property
child_property = 'value', # search in a child's property
component_property = 'value' # search in a component's property
container_property = 'value' # search in a container's property
parent = '/MY_SPACE/PARENT_DS', #
ds
has this d
s
as its parent
parent = '*', #
ds
has at least one parent d
s
parent = '/MY_SPACE/PARENT_DS', # has this d
ataset
as its parent
parent = '*', # has at least one parent d
ataset
child = '/MY_SPACE/CHILD_DS',
child = '*', #
ds
has at least one child d
s
child = '*', # has at least one child d
ataset
container = 'MY_SPACE/CONTAINER_DS',
container = '*', #
ds
belongs to a
t least one
container d
s
container = '*', # belongs to a container d
ataset
attrs=[ # show these attributes in the dataFrame
'sample.code',
'registrator.email',
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment