-
Notifications
You must be signed in to change notification settings - Fork 33
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
ETE3_db_status_check trying to write to default database_directory with database_directory specified #82
Comments
@shuzvvn Thank you for brining you user case. This is a know issue that we plan to address soon in next release. Currently |
Worth noting ETE writing to Any idea if there is a very rough horizon for when an update to more read-only friendly behavior might happen? While totally acknowledging we are all neck-deep in other public health work right now! |
Indeed we are currently busy with multiple tasks linked both to COVID-19 work and food pathogen surveillance (Salmonella and E. coli). Yet we've started working on this issue today. The code will be posted at the |
Issue confirmed with the placement of the lock file after running a Singularity container
|
I am having this issue with the program installed as a module - my users don't have write permission for this lock file. Is there any word on when this will be fixed? |
@cmfield and @fmaguire Sorry for the delay with the read-only file systems compatibility implementation. We see this is an important issue to fix and I will start working on it starting this Friday and hope to have a fix by the end of the next week. This is also relevant for Singularity containers compatibility. |
Had completed preliminary testing of the Please pull
Will continue testing tomorrow and then release it as a new version 3.0.2 which will automatically trigger Singularity and Conda resources. |
…are readable by the other users by setting permission 755
Hi,
I was trying to run mob_recon on the lab server which I have limited access. My account doesn't have the permission to write to the default database_directory. I thought I could solve this problem by specifying the
database_directory
while runningmob_recon
. Here is the command that I used:However, I got the Error Messages as follows. It seems like it is still trying to create the Lock file under the defaut database_directory?
The text was updated successfully, but these errors were encountered: