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 --- qc_app/templates/rqtl2/select-tissue.html | 115 ------------------------------ 1 file changed, 115 deletions(-) delete mode 100644 qc_app/templates/rqtl2/select-tissue.html (limited to 'qc_app/templates/rqtl2/select-tissue.html') diff --git a/qc_app/templates/rqtl2/select-tissue.html b/qc_app/templates/rqtl2/select-tissue.html deleted file mode 100644 index 34e1758..0000000 --- a/qc_app/templates/rqtl2/select-tissue.html +++ /dev/null @@ -1,115 +0,0 @@ -{%extends "base.html"%} -{%from "flash_messages.html" import flash_messages%} - -{%block title%}Upload R/qtl2 Bundle{%endblock%} - -{%block contents%} -

Tissue

- -
-

The data you are uploading concerns a tissue, cell, organ, or other - biological material used in an experiment.

-

Select the appropriate biological material below

-
- -{%if tissues | length > 0%} -
-
- Select from existing ProbeSet datasets - {{flash_messages("error-select-tissue")}} - - - - - - -
- - - - - Select from existing biological material. -
- - -
-
- -
-

OR

-
-{%endif%} - -
-

If you cannot find the biological material in the drop-down above, add it - to the system below.

- -
- Add new tissue, organ or biological material - {{flash_messages("error-create-tissue")}} - - - - - - -
- - - - - A name to identify the tissue, organ or biological material. - -
- -
- - - - - Provide a short name for the tissue, organ or biological material used in - the experiment. - -
- - -
-
- -{%endblock%} -- cgit v1.2.3