Skip to content
Snippets Groups Projects
Commit 3c6dd9ab authored by raghosh's avatar raghosh
Browse files

removed some test data from condensate detail page

parent b2dc8abd
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment