|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "FAIRDOM-SEEK 1.16.0 Released" |
| 4 | +date: 2024-12-06 |
| 5 | +categories: announcements release |
| 6 | +--- |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +We are pleased to announce a new version of [FAIRDOM-SEEK](/products/seek/) – [version 1.16.0](https://docs.seek4science.org/tech/releases/#version-1160) |
| 11 | + |
| 12 | +This is a large new version, and highlights include: |
| 13 | + |
| 14 | +* **FAIR Data Station Integration** - new work carried out as part of [BioIndustry4.0](https://fair-dom.org/fairdom-in-use/bioindustry4.0) and with contributions from |
| 15 | + [PhenomUK](https://phenomuk.org/) (for improved MIAPPE support). |
| 16 | + [FAIR Data Station](https://fairds.fairbydesign.nl/) provides a lightweight approach to gathering, validating, and ingesting metadata through the use of |
| 17 | + spreadsheet templates and following FAIR principles. |
| 18 | + Current support includes: |
| 19 | + * The introduction of (optional) [Observation Units](https://docs.fairbydesign.nl/docs/fairdatastation/template.html#observation-unit), that fall between Study and Sample in the ISA structure. |
| 20 | + * Ability to import the metadata produced by the FAIR Data Station, following validation of a spreadsheet template. And |
| 21 | + also afterwards should the template change, allowing updated, additions and items moving (but not |
| 22 | + deletion). |
| 23 | + * Allows the registration and updates of the full Investigation, Study, Observation Units, Samples, Assays and |
| 24 | + registration of Data Files. |
| 25 | + * Matches metadata attributes configured in FAIR Data Station with those of pre-configured Extended Metadata Types |
| 26 | + which are then automatically applied. |
| 27 | + * _This is currently an experimental feature_, disabled by default (but can be enabled in the settings), with |
| 28 | + documentation planned, and also automatic creation of Extended Metadata Types, tighter coupling through API's and |
| 29 | + [RO-Crate](https://www.researchobject.org/ro-crate/) support. |
| 30 | +* **Explicit Sample Type permissions** - previously, Sample Type visibility was automatically derived according to the |
| 31 | + Projects it is shared with and the visibility of related Samples. |
| 32 | + This has now been updated to allow the permissions to be explicitly defined and under user control. When upgrading |
| 33 | + SEEK |
| 34 | + permissions will be set that mirror the old derived permissions. |
| 35 | +* **Fewer constraints on editing Sample Types** - previously, once a Sample Type has Samples created from it, the |
| 36 | + ability to change the attributes was limited. |
| 37 | + This has been relaxed to allow some changes to be made that won't invalidate existing Samples, including adding new |
| 38 | + optional attributes, changing attributes from required to options, the title attribute, the attribute pid and |
| 39 | + description, and changing the name of an attribute. |
| 40 | +* **Creating new Extended Metadata Types** - an instance administrator of SEEK can now create new Extended Metadata |
| 41 | + Types through the user interface, using a simple JSON file that defines the type and attributes. |
| 42 | + The JSON has a corresponding [schema](https://docs.seek4science.org/tech/extended-metadata/extended-metadata-type-schema.json) against which it is |
| 43 | + validated. There is new [extensive Documentation](https://docs.seek4science.org/tech/extended-metadata/extended-metadata-type.html) including on |
| 44 | + on how to create, and we are also planning on supporting doing so with an Excel template. |
| 45 | +* **Deleting Extended Metadata Types** - in addition to being able to disable, an administrator is now able to delete |
| 46 | + Extended Metadata Types. |
| 47 | +* **RDF support** extended to support **Extended Metadata** and **Samples** - RDF generation will now include Extended |
| 48 | + Metadata when present for the attributes that include an identifier, and similarly some basic RDF is generated for |
| 49 | + Samples. |
| 50 | +* **[DataHub](https://fair-dom.org/fairdom-in-use/Datahub) enhancements** including |
| 51 | + * Implementation of Assay Streams to group multiple assays that share similar traits like the technology type. |
| 52 | + * Better integration of ISA-JSON compliant items. |
| 53 | + * Improved sample querying using the Experiment Sample Template Attributes. |
| 54 | +* **Registering multiple Datafiles via a zip file** - a contribution from PhenomUK, that allows multiple DataFiles to be |
| 55 | + registered at once by uploading a zip file. |
| 56 | +* **Search improvements** - to better support non-ASCII characters, such as umlauts and accented characters. Now both |
| 57 | + the original and closest ASCII representation are indexed. |
| 58 | +* **COPASI model simulation** - enables the interpretation and manipulation of [COPASI](http://copasi.org/) models |
| 59 | + directly within the SEEK client interface, using [COPASI.js](https://github.com/copasi/COPASI.js). |
| 60 | +* **[WorkflowHub](https://about.workflowhub.eu/) enhancements** including |
| 61 | + * Improved support for importing workflows from Github, which is also now configurable and handles versions better. |
| 62 | + * Improved support for RO-Crates, and submitting RO-Crates through the API. |
| 63 | + |
| 64 | + |
| 65 | +... and much more. |
| 66 | + |
| 67 | +Details on installing SEEK can be found in our Documentation, at [https://docs.seek4science.org/get-seek.html](https://docs.seek4science.org/get-seek.html) – including running with [Docker](https://www.docker.com/). |
| 68 | + |
| 69 | +The upgrade guide can be found in the usual place at [https://docs.seek4science.org/tech/upgrading.html](https://docs.seek4science.org/tech/upgrading.html). |
| 70 | + |
| 71 | +Details on upgrading for Docker can be found on the page [https://docs.seek4science.org/tech/docker/docker-compose.html](https://docs.seek4science.org/tech/docker/docker-compose.html). |
0 commit comments