Skip to content

Commit 9503963

Browse files
authored
Merge pull request #90 from genestack/feature/user-guide-supported-data
Feature/user guide supported data
2 parents a0d4487 + a76baff commit 9503963

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ ODM is a comprehensive system designed to simplify and optimise data management
2222

2323
User Profile setup and customisation, working with User Groups
2424

25+
- :octicons-number-16:{ .lg .middle } __[Supported Data Formats](user-guide/supported-data/supported-data.md)__
26+
27+
---
28+
Upload and work with various data files via ODM user interface and API
29+
2530
- :fontawesome-solid-flask-vial:{ .lg .middle } __[User Interface Advanced Guide](user-guide/index.md)__
2631

2732
---
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Supported Data Formats
2+
3+
!!! abstract "About this guide"
4+
This guide provides a basic overview of file formats and data supported in the ODM.
5+
For a detailed description and instructions on using various data formats and working with them
6+
(sorting, filtering, sampling), visit the **[Supported Data Formats page](../doc-odm-user-guide/supported-formats.md)**
7+
in our Advanced User Guide.
8+
9+
## TSV (Tabular data)
10+
11+
## GCT (Expression)
12+
13+
## VCF (Variants)
14+
15+
## HDF5 (Single Cell)
16+
17+
## FCY (Flow Cytometry)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ nav:
1515
- Administrator: user-guide/quick-start/admin-api.md
1616
- Key Concepts: user-guide/key-concepts/key-concepts.md
1717
- Users, Roles, Permissions: user-guide/users-roles-permissions/users-roles-permissions.md
18+
- Supported Data Formats: user-guide/supported-data/supported-data.md
1819
- Guides:
1920
- User Interface Advanced Guide:
2021
- user-guide/index.md

0 commit comments

Comments
 (0)