Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CD-CODE Web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CD-CODE team
CD-CODE Web
Commits
3c6dd9ab
Commit
3c6dd9ab
authored
2 years ago
by
raghosh
Browse files
Options
Downloads
Patches
Plain Diff
removed some test data from condensate detail page
parent
b2dc8abd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/src/components/CondensateDetailPage.vue
+1
-40
1 addition, 40 deletions
web/src/components/CondensateDetailPage.vue
web/src/components/LandingPage.vue
+2
-4
2 additions, 4 deletions
web/src/components/LandingPage.vue
with
3 additions
and
44 deletions
web/src/components/CondensateDetailPage.vue
+
1
−
40
View file @
3c6dd9ab
...
...
@@ -885,46 +885,7 @@ export default {
props
:
[
'
condensateId
'
],
data
()
{
return
{
// test data
<<<<<<<
HEAD
// testProteinFuntionalType: {
// A0A178VY62: "client",
// A0A178W3G2: "driver",
// A0A1I9LN21: "regulator",
// A0A1I9LRM4: "driver",
// },
// testProteinDriverCriterion: {
// A0A178VY62: ["self_ps"],
// A0A178W3G2: ["induce_formation"],
// A0A1I9LN21: ["self_ps"],
// A0A1I9LRM4: ["intergrity_essential", "self_ps", "induce_formation"],
// },
// testProteinExpEvidence: {
// A0A178VY62: ["in_vivo"],
// A0A178W3G2: ["in_tergrity_essential_cellulo"],
// A0A1I9LN21: ["in_vitro"],
// A0A1I9LRM4: ["in_vivo", "in_vitro", "frap"],
// },
=======
testProteinFuntionalType
:
{
A0A178VY62
:
'
client
'
,
A0A178W3G2
:
'
driver
'
,
A0A1I9LN21
:
'
regulator
'
,
A0A1I9LRM4
:
'
driver
'
,
},
testProteinDriverCriterion
:
{
A0A178VY62
:
[
'
self_ps
'
],
A0A178W3G2
:
[
'
induce_formation
'
],
A0A1I9LN21
:
[
'
self_ps
'
],
A0A1I9LRM4
:
[
'
intergrity_essential
'
,
'
self_ps
'
,
'
induce_formation
'
],
},
testProteinExpEvidence
:
{
A0A178VY62
:
[
'
in_vivo
'
],
A0A178W3G2
:
[
'
in_tergrity_essential_cellulo
'
],
A0A1I9LN21
:
[
'
in_vitro
'
],
A0A1I9LRM4
:
[
'
in_vivo
'
,
'
in_vitro
'
,
'
frap
'
],
},
>>>>>>>
f18f524cb7f6f9b48131d4c8e7d68351288918f4
condensate
:
this
.
$route
.
params
.
condensate
?
this
.
$route
.
params
.
condensate
:
this
.
condensateId
,
...
...
This diff is collapsed.
Click to expand it.
web/src/components/LandingPage.vue
+
2
−
4
View file @
3c6dd9ab
...
...
@@ -5,7 +5,7 @@
>
<div
class=
"w-5/6"
>
<h2>
<strong>
Dresden
</strong>
Condensate Database and Encyclopedia
Dresden
Condensate Database and Encyclopedia
{{
isDev
?
"
(Dev version)
"
:
""
}}
</h2>
<p>
...
...
@@ -419,9 +419,7 @@ export default {
h3 {
margin: 40px 0 0;
}
h2 {
font-family: 'Open Sans', sans-serif;
}
a {
color: #42b983;
...
...
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