-
Notifications
You must be signed in to change notification settings - Fork 0
/
just_prs.yml
42 lines (42 loc) · 938 Bytes
/
just_prs.yml
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
title: Prs postagregator
version: 0.1.3
data_version: 0.1.2
requires_opencravat: '>=1.8.1'
type: postaggregator
name: just_prs
level: variant
input_level: variant
description: Pologenic Risk Score (PRS) postagregator for longevity report.
requires:
- dbsnp
- vcfinfo
input_columns:
- dbsnp__rsid
- base__alt_base
- base__ref_base
- base__chrom
- vcfinfo__zygosity
pypi_dependency:
- polars>=0.19.0
tags:
- prs
- longevity
output_columns:
- name: col1
title: clo1
type: string
width: 1
filterable: false
hidden: true
desc: dummy column
developer:
name: Just-DNA-Seq
organization: Just-DNA-Seq
email: "[email protected]"
website: "https://dna-seq.github.io/"
citation: ""
release_note:
0.1.0: initial commit
0.1.1: updated database, added new prs
0.1.2: updated dependencies and changed polars code according to its new version
0.1.3: added new prs, changes of the code for new oakvar version