dwinter / repeatR

read and analyse RepeatMasker output
Other
24 stars 8 forks source link

read_rm error using str_trim #5

Open frieljames opened 1 year ago

frieljames commented 1 year ago

Hi, I am trying to open my repeatmasker output file using read_rm as in the tutorial but I keep getting this error:

Error in str_trim(): ! side must be one of "both", "left", or "right", not "l". ℹ Did you mean "left"?

I'm using R 4.2.2 with updated stringr and tidyverse packages. Is there a specific version needed for the "l" to be understood as left?

cgroza commented 1 year ago

Same, I had to fork and edit to change the parameter to "left".

DustinSokolowski commented 1 year ago

Me as well, an update would be great.