Skip to content

Commit

Permalink
Fix test for ssam cell type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisK92 committed Sep 22, 2024
1 parent 1f9841c commit ee02a9c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/api/comp_method_cell_type_annotation.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace: methods
info:
type: method
subtype: method_cell_type_annotation
Expand Down
4 changes: 0 additions & 4 deletions src/api/file_spatial_with_cell_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ info:
name: normalized
description: Normalized counts
required: true
- type: integer
name: lognorm
description: Log normalized counts
required: true
obs:
- type: string
name: cell_id
Expand Down
13 changes: 13 additions & 0 deletions src/methods_cell_type_annotation/ssam/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ name: ssam

__merge__: /src/api/comp_method_cell_type_annotation.yaml

info:
name: ssam
type: method
label: "SSAM"
summary: "Annotate cell types using SSAM"
description: "Annotate cell types using SSAM"
documentation_url: "https://ssam.readthedocs.io"
repository_url: "https://github.com/HiDiHlabs/ssam"
references:
doi: "10.1038/s41467-021-23807-4"

arguments:
- name: --um_per_pixel # TODO: Should be able to infer this from transcripts
required: false
Expand All @@ -26,3 +37,5 @@ engines:
runners:
- type: executable
- type: nextflow
directives:
label: [ midtime, lowcpu, lowmem ]

0 comments on commit ee02a9c

Please sign in to comment.