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
Ah, I see. The docs/{nodes,edges}_report.tsv files are created by scripts/get-latest-report.py. Maybe it would be good to have an option to use a local report rather than the report from the release? (For local testing purposes).
Currently, the report section in the documentation includes the latest node and edge reports with this template:
cookiecutter-monarch-ingest/{{cookiecutter.project_name}}/docs/index.md
Lines 3 to 5 in 7adc342
Those functions try to find the reports at these locations:
cookiecutter-monarch-ingest/{{cookiecutter.project_name}}/scripts/mkdocs-macros.py
Lines 4 to 5 in 7adc342
However, the
generate-report.py
script creates reports at these locations:cookiecutter-monarch-ingest/{{cookiecutter.project_name}}/scripts/generate-report.py
Lines 5 to 6 in 7adc342
The text was updated successfully, but these errors were encountered: