forked from PacificBiosciences/HiFi-human-WGS-WDL
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinputs.aws.json
99 lines (99 loc) · 4.27 KB
/
inputs.aws.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"humanwgs.cohort": {
"cohort_id": "String",
"samples": [
{
"sample_id": "String",
"movie_bams": "Array[File]",
"sex": "String?",
"affected": "Boolean",
"father_id": "String?",
"mother_id": "String?"
}
],
"phenotypes": "Array[String]"
},
"humanwgs.reference": {
"name": "GRCh38",
"fasta": {
"data": "s3://dnastack-resources/dataset/GRCh38/human_GRCh38_no_alt_analysis_set.fasta",
"data_index": "s3://dnastack-resources/dataset/GRCh38/human_GRCh38_no_alt_analysis_set.fasta.fai"
},
"chromosomes": [
"chr1",
"chr2",
"chr3",
"chr4",
"chr5",
"chr6",
"chr7",
"chr8",
"chr9",
"chr10",
"chr11",
"chr12",
"chr13",
"chr14",
"chr15",
"chr16",
"chr17",
"chr18",
"chr19",
"chr20",
"chr21",
"chr22",
"chrX",
"chrY",
"chrM"
],
"chromosome_lengths": "s3://dnastack-resources/dataset/GRCh38/human_GRCh38_no_alt_analysis_set.chr_lengths.txt",
"tandem_repeat_bed": "s3://dnastack-resources/dataset/GRCh38/human_GRCh38_no_alt_analysis_set.trf.bed",
"trgt_tandem_repeat_bed": "s3://dnastack-resources/dataset/GRCh38/trgt/human_GRCh38_no_alt_analysis_set.trgt.v0.3.4.bed",
"hificnv_exclude_bed": {
"data": "s3://dnastack-resources/dataset/GRCh38/hificnv/cnv.excluded_regions.common_50.hg38.bed.gz",
"data_index": "s3://dnastack-resources/dataset/dataset/GRCh38/hificnv/cnv.excluded_regions.common_50.hg38.bed.gz.tbi"
},
"hificnv_expected_bed_male": "s3://dnastack-resources/dataset/dataset/GRCh38/hificnv/male_expected_cn.hg38.bed",
"hificnv_expected_bed_female": "s3://dnastack-resources/dataset/dataset/GRCh38/hificnv/female_expected_cn.hg38.bed",
"gnomad_af": "s3://dnastack-resources/dataset/GRCh38/slivar_gnotate/gnomad.hg38.v3.custom.v1.zip",
"hprc_af": "s3://dnastack-resources/dataset/GRCh38/slivar_gnotate/hprc.deepvariant.glnexus.hg38.v1.zip",
"gff": "s3://dnastack-resources/dataset/GRCh38/ensembl.GRCh38.101.reformatted.gff3.gz",
"population_vcfs": [
{
"data": "s3://dnastack-resources/dataset/GRCh38/sv_pop_vcfs/EEE_SV-Pop_1.ALL.sites.20181204.vcf.gz",
"data_index": "s3://dnastack-resources/dataset/GRCh38/sv_pop_vcfs/EEE_SV-Pop_1.ALL.sites.20181204.vcf.gz.tbi"
},
{
"data": "s3://dnastack-resources/dataset/GRCh38/sv_pop_vcfs/nstd166.GRCh38.variant_call.vcf.gz",
"data_index": "s3://dnastack-resources/dataset/GRCh38/sv_pop_vcfs/nstd166.GRCh38.variant_call.vcf.gz.tbi"
},
{
"data": "s3://dnastack-resources/dataset/GRCh38/sv_pop_vcfs/hprc.GRCh38.pbsv.vcf.gz",
"data_index": "s3://dnastack-resources/dataset/GRCh38/sv_pop_vcfs/hprc.GRCh38.pbsv.vcf.gz.tbi"
},
{
"data": "s3://dnastack-resources/dataset/GRCh38/sv_pop_vcfs/ont_sv_high_confidence_SVs.sorted.vcf.gz",
"data_index": "s3://dnastack-resources/dataset/GRCh38/sv_pop_vcfs/ont_sv_high_confidence_SVs.sorted.vcf.gz.tbi"
}
]
},
"humanwgs.slivar_data": {
"slivar_js": "s3://dnastack-resources/dataset/slivar/slivar-functions.v0.2.8.js",
"hpo_terms": "s3://dnastack-resources/dataset/hpo/hpoTerms.txt",
"hpo_dag": "s3://dnastack-resources/dataset/hpo/hpoDag.txt",
"hpo_annotations": "s3://dnastack-resources/dataset/hpo/ensembl.hpoPhenotype.tsv",
"ensembl_to_hgnc": "s3://dnastack-resources/dataset/hpo/ensembl.hgncSymbol.tsv",
"lof_lookup": "s3://dnastack-resources/dataset/slivar/lof_lookup.v2.1.1.txt",
"clinvar_lookup": "s3://dnastack-resources/dataset/slivar/clinvar_gene_desc.20221214T183140.txt"
},
"humanwgs.deepvariant_version": "String (optional)",
"humanwgs.deepvariant_model": "WomCompositeType {\n model -> WomCompositeType {\n data -> File\ndata_index -> File \n}\nmetadata -> File \n}? (optional)",
"humanwgs.pbsv_call_mem_gb": "Int (optional, default = if N<=3: 64 else 96)",
"humanwgs.glnexus_mem_gb": "Int (optional, default = 30)",
"humanwgs.run_tertiary_analysis": "Boolean (optional, default = false)",
"humanwgs.backend": "AWS",
"humanwgs.zones": "us-east-2a us-east-2b us-east-2c",
"humanwgs.aws_spot_queue_arn": "",
"humanwgs.aws_on_demand_queue_arn": "",
"humanwgs.preemptible": "Boolean"
}