diff options
Diffstat (limited to 'qc_app/templates/rqtl2/select-probeset-dataset.html')
-rw-r--r-- | qc_app/templates/rqtl2/select-probeset-dataset.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/qc_app/templates/rqtl2/select-probeset-dataset.html b/qc_app/templates/rqtl2/select-probeset-dataset.html new file mode 100644 index 0000000..c0c6401 --- /dev/null +++ b/qc_app/templates/rqtl2/select-probeset-dataset.html @@ -0,0 +1,17 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Upload R/qtl2 Bundle{%endblock%} + +{%block contents%} +<h2 class="heading">Phenotype(ProbeSet) Dataset</h2> + +<div class="explainer"> + <p>The R/qtl2 bundle you uploaded contains (a) "<strong>pheno</strong>" + file(s). This data needs to be organised under a dataset..</p> + <p>This page gives you the ability to do that.</p> +</div> + +<p style="color: red; font-weight: bold;">Under Construction</p> + +{%endblock%} |