We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"?
str_trim()
side
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?
The text was updated successfully, but these errors were encountered:
Same, I had to fork and edit to change the parameter to "left".
Sorry, something went wrong.
Me as well, an update would be great.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: