Skip to content
Open
Changes from all commits
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
11 changes: 9 additions & 2 deletions docs/examples/benchling.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,15 @@ When scientists create notebook entries in Benchling, this webhook
automatically:

- **Creates a dedicated Quilt package** for each notebook entry
- **Synchronizes metadata** from Benchling (experiment IDs, authors, etc.)
into that package
- **Synchronizes metadata** from Benchling into that package, e.g.,
- `authors` (list)
- `created_at` (ISO timestamp)
- `creator` (e.g. `"First Last <user_id@ent_XXXX>"`)
- `display_id` (e.g. `"EXP0000XXXXXX"`)
- `entry_id` (e.g. `"etr_XXXXXX"`)
- `files` (list)
- `modified_at` (ISO timestamp)
- `web_url` (URL string)
- **Copies attachments** from that notebook into Amazon S3 as part of the
package.
- **Enables organizational data discovery** by making contents available in
Expand Down