-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.yaml
More file actions
32 lines (32 loc) · 838 Bytes
/
module.yaml
File metadata and controls
32 lines (32 loc) · 838 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
apiVersion: syftbox.openmined.org/v1alpha1
kind: Module
metadata:
name: apol1-classifier
version: 0.1.1
description: Classification of APOL1 genotypes (G0, G1, G2) for kidney disease risk assessment.
authors:
- madhava@openmined.org
spec:
runner:
kind: nextflow
entrypoint: workflow.nf
template: dynamic-nextflow
assets:
- path: classify_apol1.py
inputs:
- name: participants
type: List[GenotypeRecord]
description: CSV/TSV with participant_id and genotype_file columns
format:
kind: csv
mapping:
participant_id: participant_id
genotype_file: genotype_file
outputs:
- name: classification_result
type: File
description: APOL1 genotype classification
format:
kind: tsv
path: result_APOL1.tsv
parameters: []