Thanks for replying so quickly.
- I ran the code it asked for and it gave me this error.
qiime tools validate table.qza
Traceback (most recent call last):
File "/home/loris-ws/miniconda3/envs/qiime2-2023.7/lib/python3.8/site-packages/q2cli/builtin/tools.py", line 664, in validate
result = qiime2.sdk.Result.load(path)
File "/home/loris-ws/miniconda3/envs/qiime2-2023.7/lib/python3.8/site-packages/qiime2/sdk/result.py", line 74, in load
cache = get_cache()
File "/home/loris-ws/miniconda3/envs/qiime2-2023.7/lib/python3.8/site-packages/qiime2/core/cache.py", line 113, in get_cache
_CACHE.temp_cache = Cache()
File "/home/loris-ws/miniconda3/envs/qiime2-2023.7/lib/python3.8/site-packages/qiime2/core/cache.py", line 379, in new
path = _get_temp_path()
File "/home/loris-ws/miniconda3/envs/qiime2-2023.7/lib/python3.8/site-packages/qiime2/core/cache.py", line 158, in _get_temp_path
raise ValueError(f"Directory '{cache_dir}' already exists without "
ValueError: Directory '/tmp/qiime2' already exists without proper permissions '0o41777' set. Current permissions are '0o40777.' This most likely means something other than QIIME 2 created the directory '/tmp/qiime2' or QIIME 2 failed between creating '/tmp/qiime2' and setting permissions on it.
There was a problem loading table_14_age.qza as a QIIME 2 Result:
Directory '/tmp/qiime2' already exists without proper permissions '0o41777' set. Current permissions are '0o40777.' This most likely means something other than QIIME 2 created the directory '/tmp/qiime2' or QIIME 2 failed between creating '/tmp/qiime2' and setting permissions on it.
See above for debug info.
Very strange, it seems like a permissions problem but up until now it had always worked well. I actually worked on it until last week with no problems
2) The version I have been working with in recent months, and with which I would like to continue working at least until the end of the current project, is the qiime-2023.7 version. I also tried reinstalling it with another name but it doesn't install successfully.
3) I installed it a few months ago, I don't think there are any plugins installed, perhaps only the picrust2 one.
Thanks so much for your help,
Federico