-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.vsh.yaml
More file actions
48 lines (42 loc) · 1.09 KB
/
config.vsh.yaml
File metadata and controls
48 lines (42 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: scs_segmentation
label: "SCS Segmentation"
summary: "Output of the segmantation methot SCS"
description: "Output of the segmantation methot SCS"
links:
documentation: "https://github.com/openproblems-bio/task_ist_preprocessing"
repository: "https://github.com/openproblems-bio/task_ist_preprocessing"
references:
doi: "10.1038/s41592-023-01939-3"
__merge__: /src/api/comp_method_segmentation.yaml
arguments:
- name: --env_scs
type: string
default: "scs.yaml"
resources:
- type: bash_script
path: orchestrator.sh
- type: python_script
path: input.py
- type: file
path: scs.yaml
dest: environment.yaml
- type: python_script
path: script.py
- type: python_script
path: output.py
engines:
- type: docker
image: openproblems/base_python:1
setup:
- type: python
pypi: spatialdata
- type: apt
packages: ["git", "curl", "libglib2.0-0", "libgl1"]
__merge__:
- /src/base/setup_txsim_partial.yaml
- type: native
runners:
- type: executable
- type: nextflow
directives:
label: [ midtime, lowcpu, highmem ]