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
I think I went back and forth making a method a return vs yield and ended up yielding None rather than nothing
liftover._liftover_using_source_variant_coordinate starts with setting conversion_tool = None
Then we loop through and try and find way to liftover (just BCFTools)
If nothing found, then conversion_tool left as None
This eventually causes trouble as build_liftover_allele_variant_coordinate_error in create_liftover_pipelines has entry where convert_tool is None, then dies when trying to create LiftoverRun.conversion_tool = None
Solution is to just not yield anything from _liftover_using_source_variant_coordinate
View details in Rollbar: https://app.rollbar.com/a/jimmy.andrews/fix/item/VariantGrid/5459
The text was updated successfully, but these errors were encountered: