From 754e8f214b940e05298cb360ed829f5c685d55a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 11:07:33 -0500 Subject: Rename module: qc_app --> uploader --- .../templates/rqtl2/select-probeset-study-id.html | 143 --------------------- 1 file changed, 143 deletions(-) delete mode 100644 qc_app/templates/rqtl2/select-probeset-study-id.html (limited to 'qc_app/templates/rqtl2/select-probeset-study-id.html') diff --git a/qc_app/templates/rqtl2/select-probeset-study-id.html b/qc_app/templates/rqtl2/select-probeset-study-id.html deleted file mode 100644 index b9bf52e..0000000 --- a/qc_app/templates/rqtl2/select-probeset-study-id.html +++ /dev/null @@ -1,143 +0,0 @@ -{%extends "base.html"%} -{%from "flash_messages.html" import flash_messages %} - -{%block title%}Upload R/qtl2 Bundle{%endblock%} - -{%block contents%} -

Phenotype(ProbeSet) Study

- -
-

The R/qtl2 bundle you uploaded contains (a) "pheno" - file(s). This data needs to be organised under a study.

-

In this page, you can either select from a existing dataset:

- -
- Select from existing ProbeSet studies - {{flash_messages("error-rqtl2-select-probeset-study")}} - - - - - - - -
- - - - Select from existing ProbeSet studies. - -
- - -
-
- -
-

OR

-
- -
- -

Create a new ProbeSet dataset below:

- -
- Create new ProbeSet study - - {{flash_messages("error-rqtl2-create-probeset-study")}} - - - - - - - -
- - - - Select from a list of known genomics platforms. - -
- -
- - - - Provide a name for the study. -
- -
- - - - Provide a longer, more descriptive name for the study. This is optional - and you can leave it blank. - -
- -
- - - - Provide a shorter name for the study. This is optional and you can leave - it blank. - -
- - -
-
- -{%endblock%} -- cgit v1.2.3