From 4285cc10e24d6410206329ba079406e9aa21cc30 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 23 Sep 2024 14:30:15 -0500 Subject: Move R/qtl2 upload code under the populations package. --- uploader/templates/rqtl2/rqtl2-qc-job-results.html | 66 ---------------------- 1 file changed, 66 deletions(-) delete mode 100644 uploader/templates/rqtl2/rqtl2-qc-job-results.html (limited to 'uploader/templates/rqtl2/rqtl2-qc-job-results.html') diff --git a/uploader/templates/rqtl2/rqtl2-qc-job-results.html b/uploader/templates/rqtl2/rqtl2-qc-job-results.html deleted file mode 100644 index b3c3a8f..0000000 --- a/uploader/templates/rqtl2/rqtl2-qc-job-results.html +++ /dev/null @@ -1,66 +0,0 @@ -{%extends "base.html"%} -{%from "cli-output.html" import cli_output%} - -{%block title%}R/qtl2 bundle: QC job results{%endblock%} - -{%block contents%} -

R/qtl2 bundle: QC job results

- -
-

The R/qtl2 bundle you uploaded has passed all automated quality-control - checks successfully.

-

You may now continue to load the data into GeneNetwork for the bundle, with - the following details:

-
- -
-
-
- Species - - - Name - {{species.Name | capitalize}} - - Scientific - {{species.FullName | capitalize}} -
- -
- population - - - Name - {{population.InbredSetName}} - - Full Name - {{population.FullName}} - - Genetic Type - {{population.GeneticType}} - - Description - {{population.Description or "-"}} -
- -
- R/qtl2 Bundle File - - - - Original Name - {{rqtl2bundleorig}} - - Internal Name - {{rqtl2bundle[0:25]}}… -
- - -
-
- -{%endblock%} -- cgit v1.2.3