Open smped opened 3 years ago
I should also add that I tracked it down to the following line from .join_overlap_left()
mcols_outer <- na_dframe(mcols(right), sum(only_left))
Might save you a few minutes while debugging
Thanks for the report Steve, I'll try to get to this one on the weekend :)
the same bug happened when the meta col is 'DNAStringSet' , would you mind adding support to this? Thank you ~
Hi Stuart,
Hope things are going well & I'm still finding this to be such a useful package.
I've come across a problem with
join_overlap_left()
if the right ranges contain aCharacterList
column, as might be output fromreduce_ranges()
depending on the function being used. If there is aCharacterList
column, the fuction simply outputs the error:As a minimal reproducible example:
This produces the above error, however, the same error doesn't occur when using a generic S3 list column
I also noticed that I couldn't find a way to change the original
CharacterList
column into an S3 list usingmutate()
, but that might be a side issue.This shouldn't (to my mind) produce a
character
column, but should return alist
column. If the object is more complicated than my toy example, it can cause the data to fall apart pretty badly.Hopefully that's not too much information.
Cheers,
Steve
R session information