Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yosef dev2 #205

Merged
merged 18 commits into from Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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