{%extends "platforms/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "species/macro-select-species.html" import select_species_form%} {%block title%}Platforms{%endblock%} {%block pagetitle%}Platforms{%endblock%} {%block contents%} {{flash_all_messages()}}

In this section, you will be able to view and manage the sequencing platforms that are currently supported by GeneNetwork.

{{select_species_form(url_for("species.platforms.index"), species)}}
{%endblock%}