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
If I'm reading the source code correctly, generate_report_from_template calls format_script and writes to a file path relative to where DOMINO is installed:
I'm attempting to run DOMINO inside a Singularity container where I don't have write permission to create files at that location. The package was installed by root when the image was created, and now I am running as my user.
Making the file paths configurable or using Python's temporary directories would avoid this problem.
The text was updated successfully, but these errors were encountered:
If I'm reading the source code correctly,
generate_report_from_template
callsformat_script
and writes to a file path relative to where DOMINO is installed:DOMINO/src/utils/visualize_modules.py
Line 169 in 85dad15
I'm attempting to run DOMINO inside a Singularity container where I don't have write permission to create files at that location. The package was installed by root when the image was created, and now I am running as my user.
Making the file paths configurable or using Python's temporary directories would avoid this problem.
The text was updated successfully, but these errors were encountered: