-
Notifications
You must be signed in to change notification settings - Fork 4
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
data.table package error #21
Comments
What happens if you try to rerun this with option |
Thanks for getting back to me. Unfortunately adding that option did not fix things. If you know of any common pitfalls that can cause this let me know, otherwise I might look to other analysis solutions |
Does the example config and data run for you without error? config <- system.file("extdata", "config.csv", package = "amplican") |
Yes the example config and data run without error.
I've attached my config in case you spot any other dumb mistakes. I'll try again with upper case primers now |
I think there are no problems with your config. It must be some corner case. If you could zip and upload somewhere (e.g. google drive) your whole results folder of a failed run, I will be able to debug and fix this corner case. |
Let me know if you found a solution to this, as I think I might also be having a problem with the data.table package. I tried to run amplican with the config file and data files I already analysed 2 months ago and it worked well at the time, but this time it doesn't work. I updated my R version and amplican in between, so maybe that caused the issue somehow? My curent R version is 4.4.0 .
|
If the example config and example data work without error for you it means your data is encountering some sort of corner case. You would have to zip me the data so that I can reproduce your problem. |
Hi I am also having this problem now, was it solved in the previous cases? Any clue what should I look for? Thanks |
I didn't manage to solve the problem unfortunately, I just run the analysis on my other computer that has an older version of R. I didn't have any problems with the same input files there. |
I have double, triple, quadruple checked that my input files are all in the correct format but I consistently get this error message which halts the run. Alignment seems to work perfectly and I have output files post-alignment. I am using data.table version 1.15.4
I am stuck knowing how to troubleshoot or proceed so I figured I would ask in case this is an error you've seen before
The text was updated successfully, but these errors were encountered: