diff options
author | Frederick Muriuki Muriithi | 2024-12-13 15:53:41 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-13 15:53:41 -0600 |
commit | b8d987f87a37e557a6e20a1b68022e6efe10be76 (patch) | |
tree | bf6e07c1ceeb0e1af4d5a2e12ca85339e7b04b26 /uploader/templates | |
parent | dea29486883b5b13369a6d2c5392ec01a24555ee (diff) | |
download | gn-uploader-b8d987f87a37e557a6e20a1b68022e6efe10be76.tar.gz |
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.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes-base.html | 3 |
1 files changed, 2 insertions, 1 deletions
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)}}"> <legend>Add New Phenotypes</legend> <div class="form-text help-block"> |