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

uncommented the testing data in condensate detail page.

parent d54c40e5
No related branches found
No related tags found
No related merge requests found
......@@ -753,13 +753,13 @@
:pubmed="response.data.protein_pubmed_ids"
:db-tags="response.data.protein_source_db_tags"
:protein-driver-criterion="
testProteinDriverCriterion
response.data.protein_driver_criterion
"
:protein-experimental-evidence="
testProteinExpEvidence
response.data.protein_exp_evidence
"
:protein-functional-type="
testProteinFuntionalType
response.data.protein_functional_type
"
@update-key="updatedKey += 1"
/>
......@@ -883,24 +883,24 @@ export default {
data() {
return {
// test data
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"],
// },
condensate: this.$route.params.condensate
? this.$route.params.condensate
: this.condensateId,
......
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