{%extends "platforms/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "species/macro-display-species-card.html" import display_species_card%} {%block title%}Platforms — List Platforms{%endblock%} {%block pagetitle%}Platforms — List Platforms{%endblock%} {%block contents%} {{flash_all_messages()}}
View the list of the genetic sequencing platforms that are currently supported by GeneNetwork.
If you cannot find the platform you wish to use, you can add it by clicking the "New Platform" button below.
There are {{total_platforms}} platforms supported by GeneNetwork
# | Platform Name | GEO Platform | Title |
---|---|---|---|
{{platform.sequence_number}} | {{platform.GeneChipName}} | {{platform.GeoPlatform}} | {{platform.Title}} |
There are no platforms supported at this time!
{%endif%}