From 5021f0761f04b0ad22e4f81f91d083cbfc88ca85 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Thu, 15 Aug 2024 16:37:18 +0200 Subject: [PATCH] update project config --- _viash.yaml | 61 +++++++++++++++++++-- src/workflows/run_benchmark/config.vsh.yaml | 5 -- 2 files changed, 55 insertions(+), 11 deletions(-) diff --git a/_viash.yaml b/_viash.yaml index 7ffe103b..74a7cbce 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -1,22 +1,71 @@ -viash_version: 0.9.0-RC6 +viash_version: 0.9.0-RC7 name: task_spatial_simulators organization: openproblems-bio -description: | - An OpenProblems benchmark task of spatial simulators. +version: dev license: MIT -keywords: [single-cell, openproblems, benchmark, spatial simulation] + +label: Spatial Simulators +summary: Assessing the quality of spatial transcriptomics simulators +description: | + The research goal of this benchmark is to systematically evaluate and compare the performance of various simulation methods for spatial transcriptomics (ST) data. + It aims to address the lack of a comprehensive evaluation framework for spatial simulators and explore the feasibility of leveraging existing single-cell simulators for ST data. + + The experimental setup involves collecting public spatial transcriptomics datasets and corresponding scRNA-seq datasets. + The spatial and scRNA-seq datasets can originate from different study but should consist of similar cell types from similar tissues. +keywords: [single-cell, spatial transcriptomics, in-silico, spatial simulation] +references: + doi: + # Multi-task benchmarking of spatially resolved gene expression simulation models + # Xiaoqi Liang, Yue Cao, Jean Yee Hwa Yang + # bioRxiv 2024.05.29.596418; doi: https://doi.org/10.1101/2024.05.29.596418 + - 10.1101/2024.05.29.596418 + +authors: + - name: Xiaoqi Liang + roles: [author, maintainer] + info: + orcid: 0009-0004-9625-1441 + github: littlecabiria + - name: Yue Cao + roles: [author] + info: + orcid: 0000-0002-2356-4031 + github: ycao6928 + - name: Jean Yang + roles: [author] + info: + orcid: 0000-0002-5271-2603 + github: jeany21 + - name: Robrecht Cannoodt + roles: [contributor] + info: + github: rcannood + orcid: 0000-0003-3641-729X + - name: Sai Nirmayi Yasa + roles: [contributor] + info: + github: sainirmayi + orcid: 0009-0003-6319-9803 + links: issue_tracker: https://github.com/openproblems-bio/task_spatial_simulators/issues repository: https://github.com/openproblems-bio/task_spatial_simulators - docker_registry: ghcr.io + docker_registry: ghcr.io. + info: + # image: thumbnail.svg + test_resources: - type: s3 path: s3://openproblems-data/resources_test/task_spatial_simulators dest: resources_test -version: dev +repositories: + - name: openproblems_v2 + type: github + repo: openproblems-bio/openproblems-v2 + tag: main_build config_mods: | .runners[.type == "nextflow"].config.labels := { lowmem : "memory = 20.Gb", midmem : "memory = 50.Gb", highmem : "memory = 100.Gb", lowcpu : "cpus = 5", midcpu : "cpus = 15", highcpu : "cpus = 30", lowtime : "time = 1.h", midtime : "time = 4.h", hightime : "time = 8.h", veryhightime : "time = 24.h" } diff --git a/src/workflows/run_benchmark/config.vsh.yaml b/src/workflows/run_benchmark/config.vsh.yaml index 02bdbb2a..8038fc3a 100644 --- a/src/workflows/run_benchmark/config.vsh.yaml +++ b/src/workflows/run_benchmark/config.vsh.yaml @@ -62,10 +62,5 @@ dependencies: - name: methods/symsim - name: methods/zinbwave - name: metrics/ks_statistic_gene_cell -repositories: - - name: openproblems_v2 - type: github - repo: openproblems-bio/openproblems-v2 - tag: main_build runners: - type: nextflow \ No newline at end of file