-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.vsh.yaml
More file actions
34 lines (32 loc) · 867 Bytes
/
config.vsh.yaml
File metadata and controls
34 lines (32 loc) · 867 Bytes
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
__merge__: ../../api/comp_data_processor.yaml
name: process_dataset
arguments:
- name: "--method"
type: "string"
description: "The process method to assign train/test."
choices: ["batch", "random"]
default: "batch"
- name: "--obs_label"
type: "string"
description: "Which .obs slot to use as label."
default: "cell_type"
- name: "--obs_batch"
type: "string"
description: "Which .obs slot to use as batch covariate."
default: "batch"
- name: "--seed"
type: "integer"
description: "A seed for the subsampling."
example: 123
resources:
- type: python_script
path: script.py
- path: /common/helper_functions/subset_h5ad_by_format.py
engines:
- type: docker
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
directives:
label: [highmem, midcpu, midtime]