Skip to content

Commit

Permalink
Merge pull request #6 from openproblems-bio/celltype_annotation
Browse files Browse the repository at this point in the history
Celltype annotation
  • Loading branch information
LouisK92 authored Sep 10, 2024
2 parents 21a15c8 + 1672022 commit 56795cc
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/api/comp_celltype_annotation_method.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
info:
type: celltype_annotation
type_info:
label: Cell type annotation
summary: Annotating cell types in spatial data
description: A cell type annotation method annotates cell types in spatial data.
arguments:
- name: --input
required: true
direction: input
__merge__: /src/api/file_spatial_norm_counts.yaml
- name: --celltype_key
required: false
direction: input
type: string
default: cell_type
- name: --output
required: true
direction: output
__merge__: /src/api/file_spatial_with_celltypes.yaml
# test_resources:
# - path: /resources_test/common/pancreas
# dest: resources_test/common/pancreas
# - type: python_script
# path: /common/component_tests/run_and_check_output.py



22 changes: 22 additions & 0 deletions src/api/comp_normalisation_method.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
info:
type: normalisation
type_info:
label: Normalisation
summary: Normalising spatial transcriptomics data
description: A normalisation method normalises spatial transcriptomics data to account for technical variations and enable comparisons between samples.

arguments:
- name: --input
required: true
direction: input
__merge__: /src/api/file_spatial_raw_counts.yaml
- name: --output
required: true
direction: output
__merge__: /src/api/file_spatial_norm_counts.yaml

# test_resources:
# - path: /resources_test/common/pancreas
# dest: resources_test/common/pancreas
# - type: python_script
# path: /common/component_tests/run_and_check_output.py

0 comments on commit 56795cc

Please sign in to comment.