Skip to content

Commit b88125d

Browse files
committed
task config file good for now
1 parent a2d3f2c commit b88125d

1 file changed

Lines changed: 50 additions & 37 deletions

File tree

_viash.yaml

Lines changed: 50 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,28 @@
11
viash_version: 0.9.4
22

3-
# Step 1: Change the name of the task.
4-
# example: task_name_of_this_task
5-
name: task_template
3+
name: task_spatial_trajectory_inference
64
organization: openproblems-bio
75
version: dev
86

97
license: MIT
10-
# Step 2: Add keywords to describe the task.
11-
keywords: [single-cell, openproblems, benchmark]
12-
# Step 3: Update the `task_template` to the name of the task from step 1.
8+
keywords: [single-cell, openproblems, benchmark, spatial, trajectory inference]
139
links:
14-
issue_tracker: https://github.com/openproblems-bio/task_template/issues
15-
repository: https://github.com/openproblems-bio/task_template
10+
issue_tracker: https://github.com/openproblems-bio/task_spatial_trajectory_inference/issues
11+
repository: https://github.com/openproblems-bio/task_spatial_trajectory_inference
1612
docker_registry: ghcr.io
1713

1814

19-
# Step 4: Update the label, summary and description.
20-
# A unique, human-readable, short label. Used for creating summary tables and visualisations.
21-
label: Template
22-
summary: A one sentence summary of purpose and methodology. Used for creating an overview tables.
23-
description: |
24-
Provide a clear and concise description of your task, detailing the specific problem it aims
25-
to solve. Outline the input data types, the expected output, and any assumptions or constraints.
26-
Be sure to explain any terminology or concepts that are essential for understanding the task.
15+
label: Spatial Trajectory Inference
16+
summary: Predicting the spatial trajectory of cells in a tissue based on spatial transcriptomics data.
17+
description:
2718

28-
Explain the motivation behind your proposed task. Describe the biological or computational
29-
problem you aim to address and why it's important. Discuss the current state of research in
30-
this area and any gaps or challenges that your task could help address. This section
31-
should convince readers of the significance and relevance of your task.
19+
Spatial transcriptomics preserves each cell's physical position alongside its expression profile, enabling pseudotime prediction using 2D spatial context.
20+
Different methods make different assumptions about resolution, input format, and output, and are further complicated by spatial batch effects not present in dissociated single-cell data.
21+
While dynbenchmark resolved this comparison problem for non-spatial trajectory inference methods, no equivalent standardized benchmark exists for spatial pseudotime prediction, and existing method papers are validated only against each other or qualitative marker trends rather than tissues with independently known trajectories.
22+
23+
This task benchmarks pseudotime prediction methods on 2D tissue datasets with well-characterized ground-truth spatial axes.
24+
Input data consists of AnnData objects containing 2D spatial transcriptomics data with spatial coordinates.
25+
The output is a set of quantitative metric scores comparing each method's predicted pseudotime against ground truth, capturing both trajectory accuracy and preservation of relevant biological information.
3226

3327
# A list of references to relevant literature. Each reference should be a DOI or a bibtex entry
3428
references:
@@ -47,32 +41,51 @@ references:
4741

4842
info:
4943
image: The name of the image file to use for the component on the website.
50-
# Step 5: Replace the task_template to the name of the task.
5144
test_resources:
5245
- type: s3
5346
path: s3://openproblems-data/resources_test/common/
5447
dest: resources_test/common
5548
- type: s3
56-
path: s3://openproblems-data/resources_test/task_template/
57-
dest: resources_test/task_template
49+
path: s3://openproblems-data/resources_test/task_spatial_trajectory_inference/
50+
dest: resources_test/task_spatial_trajectory_inference
5851

59-
# Step 6: Update the authors of the task.
6052
authors:
61-
# Full name of the author, usually in the name of FirstName MiddleName LastName.
62-
- name: John Doe
63-
# Role of the author. Possible values:
64-
#
65-
# * `"author"`: Authors who have made substantial contributions to the component.
66-
# * `"maintainer"`: The maintainer of the component.
67-
# * `"contributor"`: Authors who have made smaller contributions (such as code patches etc.).
53+
- name: Chit Tong Lio
54+
roles: [ "author", "maintainer" ]
55+
info:
56+
github: yollct
57+
orcid: 0000-0003-2297-831X
58+
email: chit-tong.lio@tum.de
59+
- name: Seo Hyon Kim
60+
roles: [ "author", "maintainer" ]
61+
info:
62+
github: seohyonkim
63+
orcid: 0009-0007-3062-4681
64+
email: seohyon.l.kim@gmail.com
65+
- name: Wenjia Zhong
66+
roles: [ "author", "maintainer" ]
67+
info:
68+
github: Wenjia218
69+
orcid: 0009-0009-1594-8009
70+
email: wenjia.zhong@tum.de
71+
- name: Luisa Katharina Bender
72+
roles: [ "author", "maintainer" ]
73+
info:
74+
github: luisabender
75+
orcid: 0009-0001-8753-7307
76+
email: luisa.bender@tum.de
77+
- name: Florian Röckl
78+
roles: [ "author", "maintainer" ]
79+
info:
80+
github: floro5
81+
orcid: 0009-0009-6050-890X
82+
email: florian.roeckl@tum.de
83+
- name: Jonathan Unger
6884
roles: [ "author", "maintainer" ]
69-
# Additional information on the author
7085
info:
71-
github: johndoe
72-
orcid: 0000-0000-0000-0000
73-
email: john@doe.me
74-
twitter: johndoe
75-
linkedin: johndoe
86+
github: Jonique02
87+
orcid: 0009-0009-5022-2975
88+
email: jonathan.unger@tum.de
7689

7790
# Step 7: Remove all of the comments of the steps you completed
7891

0 commit comments

Comments
 (0)