-
Notifications
You must be signed in to change notification settings - Fork 95
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
Running sleuth causes infinite data.table warning #252
Comments
Reverting the data.table package to an older version solves the problem. |
I also came across this issue too when I use gene_mode = TRUE and aggregation_column = 'ext_gene' (works if I do not use that, so for the transcript level). What version of data.table did you end up using? Although I think the error is pretty informative, the functions in bootstrap.R that have data.table::melt should be changed to reshape2::melt. |
Hi @lmcewen, this response is 1 year late, so sorry about that. I haven't tested all the data.table versions. The command I use was:
And it gives me the output:
Here, sleuth keeps printing the same messages over and over again but eventually it finishes just fine. The data.table version does not matter as I previously thought. I think in the future, this might break the code. |
Reviving this thread, as I am encountering the same error. Any update on whether this will be fixed? Or what is a suitable workaround? |
Hi,
When running Sleuth_prep, a series of warnings are being shown on the screen, and previous scripts are not working anymore, as these warnings repeat for a long time.
Do you have any clues about this?
Testes in different computers and R versions and got the same result.
Thanks!
The text was updated successfully, but these errors were encountered: