{% macro render_list_group(items, columns) -%}
This section lists all of the namespaces that are defined in the original BEL document.
Keyword | URL |
---|---|
{{ key }} | {{ value }} |
The source BEL document contained references to the following namespaces, but they were never used. It is suggested to delete their definitions from the BEL document to improve readability and parsing speed.
{{ render_list_group(unused_namespaces) }} {% endif %} {% if naked_names is defined and naked_names|length > 0 %}Names referenced without a namespace are antithetical to reproducible science and data integration practices.
{{ render_list_group(naked_names) }} {% endif %} {% if undefined_namespaces is defined and undefined_namespaces|length > 0 %}The source BEL document contained references to the following namespaces, but they were never defined. Click the links to download them as enumerated namespaces, and update the BEL document accordingly.
{{ render_list_group(undefined_namespaces) }} {% endif %} {% if namespaces_with_incorrect_names is defined and namespaces_with_incorrect_names|length > 0 %}This section lists all of the annotations that are defined in the original BEL document.
Keyword | URL |
---|---|
{{ key }} | {{ value }} |
The source BEL document contained references to the following annotations, but they were never used. It is suggested to delete their definitions from the BEL document to improve readability and parsing speed.
Note: this may be due to errors occurring in all statements with these annotations.
{{ render_list_group(unused_annotations) }} {% endif %} {% if graph.annotation_list|length > 0 %}
The source BEL document contained annotations defined as a list. Click each link to export
the list definition as a BELANNO
file that can hosted externally to promote
re-usability and interoperability. After, you can replace the list definition in the source
BEL with a SET ANNOTATION X AS URL "Y"
definition.
The source BEL document contained the following list annotations, but no references to the following values. It is suggested to prune these values from the list definitions.
Note: this may be due to errors occurring in all statements with these annotations.
Annotation | Values |
---|---|
{{ annotation }} |
|
The source BEL document contained references to the following annotations, but they were never defined.
{{ render_list_group(undefined_annotations) }} {% endif %} {% endif %}Error | Frequency |
---|---|
{{ label }} |
{{ count }} |
Path | Line | BEL | Message |
---|---|---|---|
{{ path }} | {{ exc.line_number }} | {{ exc.line }} |
{{ exc }} |
Path | Line | BEL | Message |
---|---|---|---|
{{ path }} | {{ exc.line_number }} | {{ exc.line }} |
{{ exc }} |