Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yard/data/lfs/*/*.* filter=lfs diff=lfs merge=lfs -text
yard/data/lfs/** filter=lfs diff=lfs merge=lfs -text
27 changes: 27 additions & 0 deletions yard/data/extractors/oscem-life.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
id: >-
oscem-life
name: >-
OSC-EM Life Sciences Extractor
description: >-
Extract metadata from electron microscopes for life science applications.

Reads project directories from SerialEM, EPU, and TOMO5. Outputs the Open Science
Community for Electron Microscopy (OSC-EM) standards (single particle analysis, or
tomography).
supported_filetypes:
- id: serialem-dir
- id: epu-dir
supported_output_filetypes:
- id: oscem-json
license:
spdx: BSD-3-Clause
subject:
- electron-microscopy
- imaging
source_repository: https://github.com/SwissOpenEM/LS_Metadata_reader/
documentation: https://github.com/SwissOpenEM/LS_Metadata_reader
usage:
- method: container
setup: ghcr.io/swissopenem/ls_metadata_reader:main
command: -o {{output_path}} {{ input_path }}
14 changes: 14 additions & 0 deletions yard/data/filetypes/epu-dir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: >-
epu-dir
name: >-
Thermo Fisher EPU Project directory
description: >-
Represents a project directory created by Thermo Fisher Scientific's EPU. It should
include metadata xml files.
subject:
- electron-microscopy
associated_software:
- EPU
associated_vendors:
- Thermo Fisher Scientific
12 changes: 12 additions & 0 deletions yard/data/filetypes/oscem-json.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: >-
oscem-json
name: >-
Electron microscopy metadata following the Open Science Community for Electron
Microscopy (OSC-EM) standards.
description: >-
A format for Fischer Scope Indenter
associated_file_extensions:
- json
subject:
- electron-microscopy
12 changes: 12 additions & 0 deletions yard/data/filetypes/serialem-dir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: >-
serialem-dir
name: >-
SerialEM Project directory
description: >-
Represents a project directory created by the SerialEM software for electron
microscopy data acquisition.
subject:
- electron-microscopy
associated_software:
- SerialEM
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Loading