Skip to content

Commit

Permalink
adding weight
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalangone committed Oct 26, 2021
1 parent c374658 commit c7be429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ ot {
{id: "phenodigm", weight: 0.2, data-type = "animal_model", propagate = true},
{id: "progeny", weight: 0.5, data-type = "affected_pathway", propagate = true},
{id: "slapenrich", weight: 0.5, data-type = "affected_pathway", propagate = true},
{id: "sysbio", weight: 0.5, data-type = "affected_pathway", propagate = true}
{id: "sysbio", weight: 0.5, data-type = "affected_pathway", propagate = true},
{id: "ot_crispr", weight: 0.5, data-type = "ot_partner", propagate = true},
{id: "encore", weight: 0.5, data-type = "ot_partner", propagate = true},
]
}
}
Expand Down

0 comments on commit c7be429

Please sign in to comment.