Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
ccfff503
Commit
ccfff503
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
eubopen compounds: add proper definition for negative control and chemogenomic probe
parent
6d0d5685
No related branches found
Branches containing commit
No related tags found
1 merge request
!57
eubopen compounds: add proper definition for negative control and chemogenomic probe
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/report_cards/chemical_probe/Summary.vue
+14
-1
14 additions, 1 deletion
components/report_cards/chemical_probe/Summary.vue
store/probe/probeSummary.js
+2
-0
2 additions, 0 deletions
store/probe/probeSummary.js
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
17 additions
and
2 deletions
components/report_cards/chemical_probe/Summary.vue
+
14
−
1
View file @
ccfff503
...
...
@@ -160,7 +160,17 @@ export default {
'
_metadata.eubopen.is_probe
'
,
false
)
const
isNegativeControl
=
!
isChemicalProbe
const
isNegativeControl
=
ObjectPropertyAccess
.
getPropertyPalue
(
compoundData
,
'
_metadata.eubopen.is_control
'
,
false
)
const
isChemogenomicProbe
=
ObjectPropertyAccess
.
getPropertyPalue
(
compoundData
,
'
_metadata.eubopen.is_chemogenomic_probe
'
,
false
)
const
allClasses
=
[]
if
(
isChemicalProbe
)
{
...
...
@@ -169,6 +179,9 @@ export default {
if
(
isNegativeControl
)
{
allClasses
.
push
(
'
Negative Control
'
)
}
if
(
isChemogenomicProbe
)
{
allClasses
.
push
(
'
Chemogenomic Compound
'
)
}
return
allClasses
.
join
(
'
,
'
)
},
}),
...
...
This diff is collapsed.
Click to expand it.
store/probe/probeSummary.js
+
2
−
0
View file @
ccfff503
...
...
@@ -24,6 +24,8 @@ export const actions = {
'
_metadata.compound_generated.image_file
'
,
'
_metadata.eubopen.in_vivo_use
'
,
'
_metadata.eubopen.is_probe
'
,
'
_metadata.eubopen.is_control
'
,
'
_metadata.eubopen.is_chemogenomic_probe
'
,
'
molecule_structures.canonical_smiles
'
,
'
molecule_structures.standard_inchi_key
'
,
'
_metadata.compound_records.src_id
'
,
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
93f53b41
Compare
61f4cbf2
...
93f53b41
Subproject commit
61f4cbf2324b6e917dfa13fca86a2b9c82e4855f
Subproject commit
93f53b410e1489a0de17299279ed1225467b4cb6
This diff is collapsed.
Click to expand it.
Preview
0%
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