viralemergence / virion

The Global Virome in One Network
https://viralemergence.github.io/virion
37 stars 8 forks source link

HostFlagID is inconsistent #48

Closed cjcarlson closed 3 years ago

cjcarlson commented 3 years ago
> vir %>% select(HostFlagID) %>% distinct %>% pull(HostFlagID)
[1]    NA FALSE  TRUE
cjcarlson commented 3 years ago

Similar bad thing here:

> vir %>% select(VirusFlagContaminant) %>% distinct %>% pull(VirusFlagContaminant)
[1]    NA FALSE  TRUE
cjcarlson commented 3 years ago

Temporary fix in 8654517c75e44b25e573cb65aef76d01f42b180a but could probably benefit from upstream solutions and recompilation

cjcarlson commented 3 years ago

Resolved in 88d3692d3cdc17364ea06b29114b8eae420db934