Reported by @reginaeckert , isofit gives this advice:
ERROR:2025-04-29,10:58:45 || six_s.py:_init_() | WARNING: The environment variable $SIXS_DIR does not match the ISOFIT ini
ERROR:2025-04-29,10:58:45 || six_s.py:_init_() | ENV: /store/shared/sixs
ERROR:2025-04-29,10:58:45 || six_s.py:_init_() | INI: /home/reckert/.isofit/sixs
ERROR:2025-04-29,10:58:45 || six_s.py:_init_() | This may cause issues, please either set the env to the ini, or override the ini to the env using:
ERROR:2025-04-29,10:58:45 || six_s.py:_init_() | isofit --sixs $SIXS_DIR ...
When in fact SIXS is succesfully built in $SIXS_DIR but no in the ini sixs location. Recommendation to either:
- change the isofit --sixs call to reference the .isofit/sixs directory
- change the recommendation to edit the .ini file to point to SIXS_DIR
@jammont - recommendation on which way to go?
Reported by @reginaeckert , isofit gives this advice:
When in fact SIXS is succesfully built in $SIXS_DIR but no in the ini sixs location. Recommendation to either:
@jammont - recommendation on which way to go?