diff --git a/README.md b/README.md index fb13bde..29ed77c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bloom : Templated Abstract Polymorphic (and opinionated) LIMS -_a conceptual gambit in collaboration with chatGPT4_ /// _POC v0.10.11_ +_a conceptual gambit in collaboration with chatGPT4_ /// _POC v0.10.12_ [![BLOOM LIMS Build Tests, MacOS, Ubuntu & CentOS](https://github.com/Daylily-Informatics/bloom/actions/workflows/macos.yaml/badge.svg)](https://github.com/Daylily-Informatics/bloom/actions/workflows/macos.yaml) [![BLOOM LIMS Build Tests, MacOS, Ubuntu & CentOS](https://github.com/Daylily-Informatics/bloom/actions/workflows/ubuntu.yaml/badge.svg)](https://github.com/Daylily-Informatics/bloom/actions/workflows/ubuntu.yaml) _ARM hardware is not supported_ diff --git a/setup.py b/setup.py index b95a52f..c181194 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="bloom_lims", - version="0.10.11", + version="0.10.12", packages=find_packages(), install_requires=[ # Add dependencies here, diff --git a/templates/euid_details.html b/templates/euid_details.html index 18fabab..09246ba 100644 --- a/templates/euid_details.html +++ b/templates/euid_details.html @@ -67,20 +67,24 @@

Object Details : {{ object.euid }}

EUID - {{ object.euid }} - - - UUID - {{ object.uuid }} + {{ object.euid }} + + {%if object.json_addl.properties.ref_type and object.json_addl['properties']['ref_type'] == "presigned_url" %} + -- ( presigned urls ) + {% else %} + + {% endif %} + + + + - DB Name - {{ object.name }} + Given Name + {{ object.json_addl['properties']['name'] }} + + Polymorphic Discriminator {{ object.polymorphic_discriminator }} @@ -123,6 +127,10 @@

Object Details : {{ object.euid }}

{% endif %} + + UUID + {{ object.uuid }} +
diff --git a/templates/search_results.html b/templates/search_results.html index 0c72f01..f91f2a2 100644 --- a/templates/search_results.html +++ b/templates/search_results.html @@ -253,7 +253,7 @@ {{ n_results }} File Search Results
-
+

Download Selected Files

@@ -340,6 +340,14 @@

Download Selected Files

+ +
+ + d/l
table
as
TSV
+
+ +
+
@@ -381,7 +389,6 @@

Download Selected Files

Go Back -