In this release of Mantle, our primary focus has been on enhancing the usability of Mantle datasets.We are excited to announce a host of new features designed to improve your experience.
Below are detailed descriptions of the key updates and improvements we have made.
NOTE: We have officially changed the Mantle SDK to use the word dataset instead of entity;
however, using entity is still supported for backward compatibility.
The Mantle SDK has two major changes around the functionality of datasets:
Querying in the SDK for data_type, name, unique_id, AND properties!
Convert a query result to a dataframe in a single step.
Mantle has introduced a BRAND NEW way to visualize your datasets through the UI,
an all datasets view. You can filter datasets by property, data type, and name from one navigation.
You can now directly access a Mantle parameter of type string, integer, double, bool,
or file from directly within your pipeline using Nextflow params.By configuring your input parameters config with:
"input_integer": { "type": "INT"}
You can access the integer value from within your pipeline:
params.input_integer
For more information, reach out to the Mantle team.
You can now configure an analysis environment self-service within the Mantle UI.
You can configure them to contain pip, conda, or open-source git repos.For more detailed instructions, see: Create an analysis environment documentation