You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is the directory of the Python configuration file in the $LORIS_CONFIG variable (set in the environment file), and then each Python (and Perl) script takes the name of the configuration file as a CLI argument. The full path of the configuration file is obviously the environment variable joined with the CLI argument.
What is we instead put the full path to the configuration file in the environment variable such as $LORIS_CONFIG_PYTHON (example name) ? This would allow to not specify the configuration file each time and makes the scripts easier to use for new users.
For instance, on the new import_dicom_study.py script (#1117), we go from: