Traceback (most recent call last):
File "/usr/local/bin/bedhost", line 8, in <module>
sys.exit(main())
File "/app/bedhost/main.py", line 496, in main
StaticFiles(directory=bbc[CFG_PATH_KEY][CFG_BEDSTAT_OUTPUT_KEY]),
File "/usr/local/lib/python3.8/site-packages/starlette/staticfiles.py", line 57, in __init__
raise RuntimeError(f"Directory '{directory}' does not exist")
RuntimeError: Directory '/data/outputs/bedstat_output' does not exist
the data should be able to be served from a remote source.
Also, if it's not present, it shouldn't fail catastrophically.
the data should be able to be served from a remote source. Also, if it's not present, it shouldn't fail catastrophically.