Missing variant annotations after scoring

Hello, I am trying to run the alpha genome annotations using the score_variants functionality. When I submit the call, I am using the Variant object that contains the name and info fields, but after the request the output are missing above fields in the anndata.vars[‘variant’] struct. Is it possible to bet these fields in the response object?

With kind regards,

Szymon Szyszkowski

Hi There,

Trust you are well.

We are not currently round-tripping the name and info fields. While you could manually re-inject these into the response for now, we will look to add this functionality natively in the future.

Thank you