... | ... | @@ -507,8 +507,8 @@ For instance, given below is an example where the above logic is applied to the |
|
|
continue
|
|
|
} else {
|
|
|
// get the RuleSet, where the gene
|
|
|
const rs = svi.ld.RuleSet[0]
|
|
|
const gene = rs.entContent.genes ? rs.entContent.genes[0].gene : ""
|
|
|
const rs = svi.ld.RuleSet[0] // old specs have >1 ruleset
|
|
|
const gene = rs.entContent.genes ? rs.entContent.genes[0].gene : "" // old specs have multiple genes
|
|
|
const vcep = svi.ldFor.Organization[0].entContent.title
|
|
|
currentVersions.push( { svi : svi.entId, gene: gene, vcep: vcep} )
|
|
|
}
|
... | ... | |