Skip to content
Merged
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# openpipeline_spatial x.x.x

## MINOR CHANGES

* Add `scope` to component and workflow configurations (PR #22).

# openpipeline_spatial 0.1.1

## MINOR CHANGES
Expand Down
1 change: 1 addition & 0 deletions src/convert/from_cosmx_to_h5mu/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "from_cosmx_to_h5mu"
namespace: "convert"
scope: "public"
description: |
Converts the output from NanoString experiment into a MuData objcet.
- `<dataset_id>_exprMat_file.csv`: File containing the counts.
Expand Down
1 change: 1 addition & 0 deletions src/convert/from_spatialdata_to_h5mu/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "from_spatialdata_to_h5mu"
namespace: "convert"
scope: "public"
description: |
Reads in the Tables field stored in a SpatialData object and converts it to an h5mu file.

Expand Down
1 change: 1 addition & 0 deletions src/convert/from_xenium_to_spatialdata/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "from_xenium_to_spatialdata"
namespace: "convert"
scope: "public"
description: |
Converts the output from 10X Genomics Xenium dataset into a SpatialData objcet.
By default, the following files will be converted:
Expand Down
1 change: 1 addition & 0 deletions src/filter/subset_cosmx/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "subset_cosmx"
scope: "private"
namespace: "filter"
description: |
Filters the output from NanoString experiment to keep only a subset of the fields of view.
Expand Down
1 change: 1 addition & 0 deletions src/mapping/spaceranger_count/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: spaceranger_count
namespace: mapping
scope: public
description: Count gene expression and protein expression reads from a single capture area.
keywords: [spaceranger]
links:
Expand Down
Loading