Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ChEMBL
C
ChEMBL
Main Web Interface
Elasticsearch Proxy API
Commits
d97b4c08
Commit
d97b4c08
authored
Feb 03, 2021
by
David Mendez
Browse files
Properties configuration: add config for assay and activity properties in Activity
parent
8b79b1b2
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
app/properties_configuration/config/groups.yml
app/properties_configuration/config/groups.yml
+4
-2
app/properties_configuration/config/override.yml
app/properties_configuration/config/override.yml
+3
-1
No files found.
app/properties_configuration/config/groups.yml
View file @
d97b4c08
...
...
@@ -205,7 +205,8 @@ chembl_activity:
'
_metadata.assay_data.tissue_chembl_id'
,
'
_metadata.assay_data.assay_tissue'
,
'
_metadata.assay_data.assay_cell_type'
,
'
_metadata.assay_data.assay_subcellular_fraction'
,
'
target_chembl_id'
,
'
target_pref_name'
,
'
target_organism'
,
'
_metadata.target_data.target_type'
,
'
document_chembl_id'
,
'
src_id'
,
'
_metadata.source.src_description'
,
'
document_journal'
,
'
document_year'
,
'
_metadata.assay_data.cell_chembl_id'
]
'
_metadata.source.src_description'
,
'
document_journal'
,
'
document_year'
,
'
_metadata.assay_data.cell_chembl_id'
,
'
_metadata.assay_data.assay_parameters'
,
'
activity_properties'
]
browser_table
:
default
:
[
'
molecule_chembl_id'
,
'
_metadata.parent_molecule_data.compound_key'
,
'
standard_type'
,
'
standard_relation'
,
'
standard_value'
,
'
standard_units'
,
'
pchembl_value'
,
'
activity_comment'
,
'
assay_chembl_id'
,
'
assay_description'
,
...
...
@@ -218,4 +219,5 @@ chembl_activity:
'
ligand_efficiency.bei'
,
'
ligand_efficiency.le'
,
'
ligand_efficiency.lle'
,
'
ligand_efficiency.sei'
,
'
potential_duplicate'
,
'
assay_type'
,
'
bao_format'
,
'
_metadata.assay_data.tissue_chembl_id'
,
'
_metadata.assay_data.assay_tissue'
,
'
_metadata.assay_data.assay_cell_type'
,
'
_metadata.assay_data.assay_subcellular_fraction'
,
'
src_id'
,
'
document_journal'
,
'
document_year'
]
'
_metadata.assay_data.assay_subcellular_fraction'
,
'
src_id'
,
'
document_journal'
,
'
document_year'
,
'
_metadata.assay_data.assay_parameters'
,
'
activity_properties'
]
app/properties_configuration/config/override.yml
View file @
d97b4c08
...
...
@@ -347,4 +347,6 @@ chembl_activity:
'
src_id'
:
label
:
'
Source
ID'
'
_metadata.assay_data.cell_chembl_id'
:
label
:
'
Cell
ChEMBL
ID'
\ No newline at end of file
label
:
'
Cell
ChEMBL
ID'
'
_metadata.assay_data.assay_parameters'
:
label
:
'
Assay
Parameters'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment