{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Uploader{% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}

BEL Parser

This component uses PyBEL to parse and validate BEL Script. It provides helpful output for fixing warnings and errors. It should parse at about 900 lines per second, and you will receive an email upon completion with a report.

Resources

  • BEL Specification: for more information on how to write BEL Script, see the OpenBEL website.
  • Warnings and Error Reference: for a summary of possible parser warnings and errors, see here.
  • Sample BEL Scripts: feel free to test our web application parsing the Small Corpus generated by Selventa and re-curated.

Input

{{ wtf.quick_form(form, form_type='horizontal', button_map={'submit_button': 'btn btn-primary'}) }}
{% include "footer.html" %} {% endblock %}