You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@julesjacobsen given the lack of strictness in the semantics of version 1 variants, it seems it might be better to emit a warning here that the user will need an implementation specific way of doing this conversion?
if (biosample.getVariantsCount() != 0) {
// TODO: create an interpretation along with any genes
}
The text was updated successfully, but these errors were encountered:
@ielis@julesjacobsen -- we could add this to the conversion and basically just assume that it is causal if people used it in V1 or we could emit a warning and skip things. Thoughts?
@julesjacobsen given the lack of strictness in the semantics of version 1 variants, it seems it might be better to emit a warning here that the user will need an implementation specific way of doing this conversion?
The text was updated successfully, but these errors were encountered: