Skip to content
New issue

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

FastANI workflow error--> In xtfrm.data.frame(x) : cannot xtfrm data frames #1

Open
bogemad opened this issue Feb 21, 2022 · 0 comments

Comments

@bogemad
Copy link

bogemad commented Feb 21, 2022

Command from the FastANI workflow produces the following error in R v4.1.2

identity.sorted <- identity[order(identity["V2"]),] Warning message: In xtfrm.data.frame(x) : cannot xtfrm data frames

Seems like this is an issue with R >= 4.1 and the order function, see here:

https://stackoverflow.com/questions/68101279/warning-in-xtfrm-data-framex-cannot-xtfrm-data-frames-error-while-ordering

Changing to identity.sorted <- identity[order(identity[,"V2"]),] works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant