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
Expected behaviour
I expected that the image would be successfully uploaded. I see that function post_images never actually called besides in test cases.
Versions (please complete the following information):
- OS: Windows 11, WSL 2, Ubuntu 22.04.4 LTS.
- Python: 3.11.9
- Version: pori_python==0.1.2
- GraphKB URL: local
- IPR URL: local
Additional context
I tried to construct a complete JSON for ipr_report that will produce a complete report in each section.
The text was updated successfully, but these errors were encountered:
Input file is missing: /home/bit/Playground/xnalabs/pori_suite/mutationBurden.density_snv.primary.png
The error is showing this file as missing or inaccessible.
Are read permissions restricted on that file?
Is the directory correct.
Describe the bug
Unable to upload images for the report when calling
ipr_report
.To Reproduce
Steps to reproduce the behavior:
ipr_report
Expected behaviour
I expected that the image would be successfully uploaded. I see that function
post_images
never actually called besides in test cases.Versions (please complete the following information):
- OS: Windows 11, WSL 2, Ubuntu 22.04.4 LTS.
- Python: 3.11.9
- Version: pori_python==0.1.2
- GraphKB URL: local
- IPR URL: local
Additional context
I tried to construct a complete JSON for
ipr_report
that will produce a complete report in each section.The text was updated successfully, but these errors were encountered: