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
b138bbfa
Commit
b138bbfa
authored
6 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
datasets now have a kind attribute
parent
b0dfee2d
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/pybis/definitions.py
+3
-3
3 additions, 3 deletions
pybis/src/python/pybis/definitions.py
with
3 additions
and
3 deletions
pybis/src/python/pybis/definitions.py
+
3
−
3
View file @
b138bbfa
...
@@ -63,9 +63,9 @@ def openbis_definitions(entity):
...
@@ -63,9 +63,9 @@ def openbis_definitions(entity):
"
multi
"
:
"
parents children components tags attachments
"
.
split
(),
"
multi
"
:
"
parents children components tags attachments
"
.
split
(),
},
},
"
DataSet
"
:
{
"
DataSet
"
:
{
"
attrs_new
"
:
"
type experiment sample parents children components containers tags
"
.
split
(),
"
attrs_new
"
:
"
type
kind
experiment sample parents children components containers tags
"
.
split
(),
"
attrs_up
"
:
"
parents children experiment sample components containers tags
"
.
split
(),
"
attrs_up
"
:
"
kind
parents children experiment sample components containers tags
"
.
split
(),
"
attrs
"
:
"
code permId type experiment sample parents children components containers tags accessDate dataProducer dataProductionDate registrator registrationDate modifier modificationDate dataStore measured
"
.
split
(),
"
attrs
"
:
"
code permId type
kind
experiment sample parents children components containers tags accessDate dataProducer dataProductionDate registrator registrationDate modifier modificationDate dataStore
size
measured
"
.
split
(),
"
ids2type
"
:
{
"
ids2type
"
:
{
'
parentIds
'
:
{
'
permId
'
:
{
'
@type
'
:
'
as.dto.dataset.id.DataSetPermId
'
}},
'
parentIds
'
:
{
'
permId
'
:
{
'
@type
'
:
'
as.dto.dataset.id.DataSetPermId
'
}},
...
...
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