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

Error in accesion to taxa #29

Closed
lcamVz opened this issue Mar 25, 2021 · 3 comments
Closed

Error in accesion to taxa #29

lcamVz opened this issue Mar 25, 2021 · 3 comments

Comments

@lcamVz
Copy link

lcamVz commented Mar 25, 2021

When running accessionToTaxa I get.

Warning messages: 1: In file.remove(tmp) : cannot remove file 'C:\Users\micro\AppData\Local\Temp\RtmpQT7MmR\filebbc2ec6fc4280c', reason 'Permission denied' 2: In file.remove(tmp) :

I am in a windows PC.

@sherrillmix
Copy link
Owner

sherrillmix commented Mar 25, 2021

That looks like R can create files in Temp but not delete them. I guess some Windows craziness but shouldn't particularly matter other than leaving leftover temporary files in your Temp folder (assuming no other errors). You might want to delete that file manually once everything is processed to avoid wasting hard drive space (usually R cleans up anyway when you close it but might be something funny here).

@lcamVz
Copy link
Author

lcamVz commented Mar 25, 2021

It is weird. Thank you for the reply I got everything to run! I just delete the tmps like you mention.

@sherrillmix
Copy link
Owner

Great. Glad it worked for you. Let me know if you have any other trouble.

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

2 participants