Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ e.g. Samples, Libraries, Preparations, Cell metadata, Expression, Variants, etc.
![Diagram](../doc-odm-user-guide/doc-odm-user-guide/images/attachments-transformation-diagram.png)

## Get the list of available images

Currently ODM has default image called `metadata-basic`.
This image allows user to transform `CSV` files into `TSV` to create Sample group.

!!! danger "`metadata-basic` transformation is introduced just for testing purpose"


To get the list of available images via API go to `processorsController` Swagger definition of endpoints and use
GET `transformations/images`. Endpoint response example:

Expand Down Expand Up @@ -208,3 +212,7 @@ is placed.
As the result new Sample metadata group was created in ODM:

![Sample-group](../doc-odm-user-guide/doc-odm-user-guide/images/attachments-transformation-samples.png)

To retrieve transformation job logs simply use jod id in POST `transformations/jobs/{id}/logs` endpoint.

!!! danger "Transformation job logs are stored for 2 weeks as default in the system"