{%extends "base.html"%} {%from "flash_messages.html" import flash_messages%} {%block title%}Upload R/qtl2 Bundle{%endblock%} {%block contents%}

Select Genotypes Dataset

You successfully created the genotype dataset with the following information.

ID
{{geno_dataset.id}}
Name
{{geno_dataset.name}}
Full Name
{{geno_dataset.fname}}
Short Name
{{geno_dataset.sname}}
Created On
{{geno_dataset.today}}
Public?
{%if geno_dataset.public == 0%}No{%else%}Yes{%endif%}

select from existing genotype datasets
{%endblock%}