Masahiro Kanai

Results 3 issues of Masahiro Kanai

I encountered an error in an external package when I used a Hail-generated pandas data frame, which is due to an unsupported dtype [`pandas.StringDtype`](https://pandas.pydata.org/docs/reference/api/pandas.StringDtype.html#pandas.StringDtype). https://github.com/biocore-ntnu/pyranges/pull/264 Given it's still experimental in...

help wanted
triaged

Hi, I encountered the following error when using `join(how="left")` with a data frame that has a dtype of [`pandas.StringDtype`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.StringDtype.html#pandas.StringDtype). ``` UnboundLocalError: local variable 'null' referenced before assignment ``` I know...

Hi, it seems the current `ref_allele_mismatch` doesn't work when the original reference allele has more than one bp. This PR fixes the issue. Additionally, I found there are `ref_allele_mismatch` cases...