We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32299d commit 7d93e6dCopy full SHA for 7d93e6d
1 file changed
src/semra/templates/raw-database-readme.md
@@ -39,10 +39,6 @@ was run in {{ naturaldelta(statistics.no_refresh_timedelta)}}
39
{%- endif %}
40
on commodity hardware (e.g., a 2023 MacBook Pro with 36GB RAM).
41
42
-## Summary
43
-
44
-{{ statistics.tabulate_summaries() | safe }}
45
46
## Mapping Summary and Usage
47
48
The assembled raw mappings can be downloaded from
@@ -73,3 +69,7 @@ mappings_from_sssom = semra.from_sssom("mappings.sssom.tsv.gz")
73
69
Mappings are licensed according to their primary resources. These are
74
70
explicitly annotated in the SSSOM file on each row (when available) and on the
75
71
mapping set level in the Neo4j graph database artifacts.
72
+
+## Statistics
+{{ statistics.tabulate_summaries() | safe }}
0 commit comments