-
Notifications
You must be signed in to change notification settings - Fork 22
/
config.yaml
56 lines (45 loc) · 1.67 KB
/
config.yaml
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
49
50
51
52
53
54
55
56
smrtcells_targets:
- alignment
- stats # req: alignment
- coverage # req: alignment
- coverage_qc # req: alignment
- kmers
sample_targets:
- pbsv_svsig # req: alignment in config['smrtcells_targets']
- pbsv_vcf # req: alignment
- deepvariant # req: alignment
- whatshap # req: deepvariant
- coverage # req: whatshap
- kmers # req: kmers in config['smrtcells_targets']
- assembly
cohort_targets:
- pbsv_vcf # req: pbsv_svsig, pbsv_vcf in config['sample_targets']
- svpack # req: pbsv_svsig, pbsv_vcf in config['sample_targets']
- deepvariant_vcf # req: deepvariant, whatshap in config['sample_targets']
- slivar # req: deepvariant, whatshap in config['sample_targets']
# jellyfish and genomescope
kmer_length: 21
# deepvariant
#DEEPVARIANT_VERSION: "1.0.0" # CPU-only, will require modifying threads for call_variants rules
DEEPVARIANT_VERSION: "1.0.0-gpu" # GPU
N_SHARDS: 256
# glnexus
GLNEXUS_VERSION: "v1.2.7"
# gfatools
GFATOOLS_VERSION: "0.4"
# slivar
slivar_js: "resources/slivar/slivar-functions.js"
# lookups for slivar tsv annotations
lof_lookup_url: "https://storage.googleapis.com/gnomad-public/release/2.1.1/constraint/gnomad.v2.1.1.lof_metrics.by_gene.txt.bgz"
lof_lookup: "resources/slivar/lof_lookup.txt"
clinvar_lookup_url: "ftp://ftp.ncbi.nlm.nih.gov/pub/clinvar/gene_condition_source_id"
clinvar_lookup: "resources/slivar/clinvar_gene_desc.txt"
# cohorts yaml
cohort_yaml: "cohort.yaml"
# lookups for gene mapping
ensembl_to_hgnc: 'resources/hpo/ensembl.hgncSymbol.tsv'
# lookups for HPO annotations
hpo:
terms: 'resources/hpo/hpoTerms.txt'
dag: 'resources/hpo/hpoDag.txt'
annotations: 'resources/hpo/ensembl.hpoPhenotype.tsv'