Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _viash.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
viash_version: 0.9.0
viash_version: 0.9.4

name: task_spatial_simulators
organization: openproblems-bio
Expand Down Expand Up @@ -64,7 +64,7 @@ links:
docker_registry: ghcr.io

info:
# image: thumbnail.svg
image: thumbnail.svg

test_resources:
- type: s3
Expand All @@ -79,4 +79,4 @@ repositories:

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" }
.runners[.type == "nextflow"].config.script := "process.errorStrategy = 'ignore'"
.runners[.type == "nextflow"].config.script := "process.errorStrategy = 'ignore'"
16 changes: 8 additions & 8 deletions src/api/comp_process_datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ argument_groups:
test_default: MOBNEW
- type: string
name: --dataset_url_spatial
description: Link to the original source of the dataset.
description: Link to the original source of the spatial dataset.
required: false
- type: string
name: --dataset_url_singlecell
description: Link to the original source of the dataset.
description: Link to the original source of the single-cell dataset.
required: false
- type: string
name: --dataset_reference
Expand All @@ -66,35 +66,35 @@ argument_groups:
required: false
- type: string
name: --dataset_reference_spatial
description: A doi for the dataset.
description: A doi for the spatial dataset.
example: 10.1234/s1234-5678-9012-3
required: false
- type: string
name: --dataset_reference_singlecell
description: A doi for the dataset.
description: A doi for the single-cell dataset.
example: 10.1234/s1234-5678-9012-3
required: false
- type: string
name: --dataset_summary_spatial
description: Short description of the dataset.
description: Short description of the spatial dataset.
required: true
info:
test_default: MOBNEW
- type: string
name: --dataset_summary_singlecell
description: Short description of the dataset.
description: Short description of the single-cell dataset.
required: true
info:
test_default: MOBNEW
- type: string
name: --dataset_description_spatial
description: Long description of the dataset.
description: Long description of the spatial dataset.
required: true
info:
test_default: MOBNEW
- type: string
name: --dataset_description_singlecell
description: Long description of the dataset.
description: Long description of the single-cell dataset.
required: true
info:
test_default: MOBNEW
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ dependencies:
- name: metrics/ks_statistic_sc_features
- name: process_datasets/generate_sim_spatialcluster
runners:
- type: nextflow
- type: nextflow
3 changes: 1 addition & 2 deletions src/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ methods = [
metrics = [
downstream,
ks_statistic_gene_cell,
ks_statistic_sc_features,
ks_statistic_spatial
ks_statistic_sc_features
]

workflow run_wf {
Expand Down