Thank you! This must be a solution, but in my case. i got new error when i set TMPDIR to my path '/media/rooten/w/temp/':
Traceback (most recent call last):
File "/home/rooten/anaconda3/envs/q2/lib/python3.8/site-packages/q2cli/util.py", line 475, in _load_input_file
artifact = qiime2.sdk.Result.load(fp)
File "/home/rooten/anaconda3/envs/q2/lib/python3.8/site-packages/qiime2/sdk/result.py", line 74, in load
cache = get_cache()
File "/home/rooten/anaconda3/envs/q2/lib/python3.8/site-packages/qiime2/core/cache.py", line 113, in get_cache
_CACHE.temp_cache = Cache()
File "/home/rooten/anaconda3/envs/q2/lib/python3.8/site-packages/qiime2/core/cache.py", line 379, in new
path = _get_temp_path()
File "/home/rooten/anaconda3/envs/q2/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 '/media/rooten/w/temp/qiime2' already exists without proper permissions '0o41777' set. Current permissions are '0o40777.' This most likely means something other than QIIME 2 created the directory '/media/rooten/w/temp/qiime2' or QIIME 2 failed between creating '/media/rooten/w/temp/qiime2' and setting permissions on it.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/rooten/anaconda3/envs/q2/lib/python3.8/site-packages/q2cli/click/type.py", line 116, in _convert_input
result, error = q2cli.util._load_input(value)
File "/home/rooten/anaconda3/envs/q2/lib/python3.8/site-packages/q2cli/util.py", line 384, in _load_input
artifact, error = _load_input_file(fp)
File "/home/rooten/anaconda3/envs/q2/lib/python3.8/site-packages/q2cli/util.py", line 481, in _load_input_file
raise ValueError(
ValueError: It looks like you have an Artifact but are missing the plugin(s) necessary to load it. Artifact has type 'NCBIAccessionIDs' and format 'NCBIAccessionIDsDirFmt'
There was a problem loading '/media/rooten/w/sras_temp.qza' as an artifact:
It looks like you have an Artifact but are missing the plugin(s) necessary to load it. Artifact has type 'NCBIAccessionIDs' and format 'NCBIAccessionIDsDirFmt'
See above for debug info.
if i use default TMPDIR everything OK except my disk capacity problem.