Skip to content

Commit

Permalink
Merge pull request #205 from KarrLab/yosef-dev2
Browse files Browse the repository at this point in the history
Yosef dev2
  • Loading branch information
jonrkarr committed Mar 19, 2020
2 parents 8e9e350 + 540d156 commit e490ca0
Show file tree
Hide file tree
Showing 16 changed files with 998 additions and 5,455 deletions.
Expand Up @@ -91,7 +91,17 @@ describe("TaxonomyFilter", function() {
selectedMarkValue: 0,
markValueToDistance: Array(7)
.fill()
.map((x, i) => i)
.map((x, i) => i),
rankNameToDistance: {
species: 0,
genus: 1,
family: 2,
order: 3,
class: 4,
phylum: 5,
superkingdom: 6,
"cellular life": 7
}
}
});
});
Expand Down

0 comments on commit e490ca0

Please sign in to comment.