diff --git a/docs/index.md b/docs/index.md index 8a4225c3..eb509d5d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,6 +22,11 @@ ODM is a comprehensive system designed to simplify and optimise data management User Profile setup and customisation, working with User Groups +- :octicons-number-16:{ .lg .middle } __[Supported Data Formats](user-guide/supported-data/supported-data.md)__ + + --- + Upload and work with various data files via ODM user interface and API + - :fontawesome-solid-flask-vial:{ .lg .middle } __[User Interface Advanced Guide](user-guide/index.md)__ --- diff --git a/docs/user-guide/supported-data/supported-data.md b/docs/user-guide/supported-data/supported-data.md new file mode 100644 index 00000000..0d8a51da --- /dev/null +++ b/docs/user-guide/supported-data/supported-data.md @@ -0,0 +1,17 @@ +# Supported Data Formats + +!!! abstract "About this guide" + This guide provides a basic overview of file formats and data supported in the ODM. + For a detailed description and instructions on using various data formats and working with them + (sorting, filtering, sampling), visit the **[Supported Data Formats page](../doc-odm-user-guide/supported-formats.md)** + in our Advanced User Guide. + +## TSV (Tabular data) + +## GCT (Expression) + +## VCF (Variants) + +## HDF5 (Single Cell) + +## FCY (Flow Cytometry) diff --git a/mkdocs.yml b/mkdocs.yml index 421cc8fb..a95457aa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,6 +15,7 @@ nav: - Administrator: user-guide/quick-start/admin-api.md - Key Concepts: user-guide/key-concepts/key-concepts.md - Users, Roles, Permissions: user-guide/users-roles-permissions/users-roles-permissions.md + - Supported Data Formats: user-guide/supported-data/supported-data.md - Guides: - User Interface Advanced Guide: - user-guide/index.md