Skip to content

Commit cd39dd4

Browse files
authored
Minor task updates (#11)
* minor task updates * minor changes to descriptions
1 parent a2c579e commit cd39dd4

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

_viash.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
viash_version: 0.9.0
1+
viash_version: 0.9.4
22

33
name: task_spatial_simulators
44
organization: openproblems-bio
@@ -64,7 +64,7 @@ links:
6464
docker_registry: ghcr.io
6565

6666
info:
67-
# image: thumbnail.svg
67+
image: thumbnail.svg
6868

6969
test_resources:
7070
- type: s3
@@ -79,4 +79,4 @@ repositories:
7979

8080
config_mods: |
8181
.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" }
82-
.runners[.type == "nextflow"].config.script := "process.errorStrategy = 'ignore'"
82+
.runners[.type == "nextflow"].config.script := "process.errorStrategy = 'ignore'"

src/api/comp_process_datasets.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ argument_groups:
5353
test_default: MOBNEW
5454
- type: string
5555
name: --dataset_url_spatial
56-
description: Link to the original source of the dataset.
56+
description: Link to the original source of the spatial dataset.
5757
required: false
5858
- type: string
5959
name: --dataset_url_singlecell
60-
description: Link to the original source of the dataset.
60+
description: Link to the original source of the single-cell dataset.
6161
required: false
6262
- type: string
6363
name: --dataset_reference
@@ -66,35 +66,35 @@ argument_groups:
6666
required: false
6767
- type: string
6868
name: --dataset_reference_spatial
69-
description: A doi for the dataset.
69+
description: A doi for the spatial dataset.
7070
example: 10.1234/s1234-5678-9012-3
7171
required: false
7272
- type: string
7373
name: --dataset_reference_singlecell
74-
description: A doi for the dataset.
74+
description: A doi for the single-cell dataset.
7575
example: 10.1234/s1234-5678-9012-3
7676
required: false
7777
- type: string
7878
name: --dataset_summary_spatial
79-
description: Short description of the dataset.
79+
description: Short description of the spatial dataset.
8080
required: true
8181
info:
8282
test_default: MOBNEW
8383
- type: string
8484
name: --dataset_summary_singlecell
85-
description: Short description of the dataset.
85+
description: Short description of the single-cell dataset.
8686
required: true
8787
info:
8888
test_default: MOBNEW
8989
- type: string
9090
name: --dataset_description_spatial
91-
description: Long description of the dataset.
91+
description: Long description of the spatial dataset.
9292
required: true
9393
info:
9494
test_default: MOBNEW
9595
- type: string
9696
name: --dataset_description_singlecell
97-
description: Long description of the dataset.
97+
description: Long description of the single-cell dataset.
9898
required: true
9999
info:
100100
test_default: MOBNEW

src/workflows/run_benchmark/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ dependencies:
6464
- name: metrics/ks_statistic_sc_features
6565
- name: process_datasets/generate_sim_spatialcluster
6666
runners:
67-
- type: nextflow
67+
- type: nextflow

src/workflows/run_benchmark/main.nf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ methods = [
2424
metrics = [
2525
downstream,
2626
ks_statistic_gene_cell,
27-
ks_statistic_sc_features,
28-
ks_statistic_spatial
27+
ks_statistic_sc_features
2928
]
3029

3130
workflow run_wf {

0 commit comments

Comments
 (0)