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

Select Genotypes Dataset

Your R/qtl2 files bundle could contain a "geno" specification. You will therefore need to select from one of the existing Genotype datasets or create a new one.

This is the dataset where your data will be organised under.

select from existing genotype datasets {{flash_messages("error-rqtl2-select-geno-dataset")}}
Datasets Select from the existing genotype datasets for species {{species.SpeciesName}} ({{species.FullName}}).

If the genotype dataset you need does not currently exist for your dataset, go the genotypes page to create the genotype dataset

{%endblock%}