Skip to content

Commit

Permalink
Fix tests for basic assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisK92 committed Sep 21, 2024
1 parent 5a2656d commit 7ebeb3a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/api/comp_method_transcript_assignment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace: methods
info:
type: method
subtype: method_transcript_assignment
Expand Down
17 changes: 15 additions & 2 deletions src/methods_transcript_assignment/basic/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,26 @@ name: basic

__merge__: /src/api/comp_method_transcript_assignment.yaml

info:
name: basic
type: method
label: "Basic Transcript Assignment Method"
summary: "Assign transcripts to cells based on a segmentation label image"
description: "The transcripts that are positioned in the same pixel as a cell are assigned to that cell."
documentation_url: "https://github.com/openproblems-bio/task_ist_preprocessing"
repository_url: "https://github.com/openproblems-bio/task_ist_preprocessing"
references:
doi: "10.1101/2023.02.13.528102"

arguments:
- name: --transcripts_key
type: string
description: The key of the transcripts within the points of the spatial data
required: true
default: transcripts
- name: --coordinate_system
type: string
description: The key of the pixel space coordinate system within the spatial data
required: true
default: global

resources:
- type: python_script
Expand All @@ -26,3 +37,5 @@ engines:
runners:
- type: executable
- type: nextflow
directives:
label: [ midtime, lowcpu, lowmem ]

0 comments on commit 7ebeb3a

Please sign in to comment.