From b8d987f87a37e557a6e20a1b68022e6efe10be76 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 13 Dec 2024 15:53:41 -0600 Subject: Separate bundle and individual files processing Move the code processing the R/qtl2 bundle into a separate function and call it. Create a new (currently, failing) function to process the individual files. --- uploader/templates/phenotypes/add-phenotypes-base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uploader/templates') diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html index b3a53b0..7ad1e09 100644 --- a/uploader/templates/phenotypes/add-phenotypes-base.html +++ b/uploader/templates/phenotypes/add-phenotypes-base.html @@ -30,7 +30,8 @@ action="{{url_for('species.populations.phenotypes.add_phenotypes', species_id=species.SpeciesId, population_id=population.Id, - dataset_id=dataset.Id)}}"> + dataset_id=dataset.Id, + use_bundle=use_bundle)}}"> Add New Phenotypes
-- cgit v1.2.3