Skip to content

Commit

Permalink
Merge branch 'develop' into feature/split-pbsv-call
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell authored Oct 5, 2023
2 parents 6b73fd3 + 85e8f98 commit 7156b6e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 33 deletions.
13 changes: 4 additions & 9 deletions workflows/cohort_analysis/inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@
},
"hificnv_expected_bed_male": "File",
"hificnv_expected_bed_female": "File",
"gnomad_af": "File",
"hprc_af": "File",
"gff": "File",
"population_vcfs": [
{
"data": "File",
"data_index": "File"
}
]
"gnomad_af": "File? (optional)",
"hprc_af": "File? (optional)",
"gff": "File? (optional)",
"population_vcfs": "Array[WomCompositeType {\n data -> File\ndata_index -> File \n}]? (optional)"
},
"cohort_analysis.glnexus_mem_gb": "Int? (optional)",
"cohort_analysis.pbsv_call_mem_gb": "Int? (optional)",
Expand Down
25 changes: 10 additions & 15 deletions workflows/input_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"movie_bams": "Array[File]",
"sex": "String?",
"affected": "Boolean",
"father_id": "String?",
"mother_id": "String?"
"father_id": "String? (optional)",
"mother_id": "String? (optional)"
}
],
"phenotypes": "Array[String]"
Expand All @@ -27,15 +27,10 @@
},
"hificnv_expected_bed_male": "File",
"hificnv_expected_bed_female": "File",
"gnomad_af": "File",
"hprc_af": "File",
"gff": "File",
"population_vcfs": [
{
"data": "File",
"data_index": "File"
}
]
"gnomad_af": "File? (optional)",
"hprc_af": "File? (optional)",
"gff": "File? (optional)",
"population_vcfs": "Array[WomCompositeType {\n data -> File\ndata_index -> File \n}]? (optional)"
},
"humanwgs.slivar_data": {
"slivar_js": "File",
Expand All @@ -46,11 +41,11 @@
"lof_lookup": "File",
"clinvar_lookup": "File"
},
"humanwgs.deepvariant_version": "String (optional)",
"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)",
"humanwgs.glnexus_mem_gb": "Int (optional)",
"humanwgs.run_tertiary_analysis": "Boolean (optional, default = false)",
"humanwgs.pbsv_call_mem_gb": "Int? (optional)",
"humanwgs.glnexus_mem_gb": "Int? (optional)",
"humanwgs.run_tertiary_analysis": "Boolean? (optional, default = false)",
"humanwgs.backend": "String ['GCP', 'Azure', 'AWS', or 'HPC']",
"humanwgs.zones": "String? (optional); required if backend is set to 'GCP' or 'AWS'",
"humanwgs.aws_spot_queue_arn": "String? (optional); required if backend is set to 'AWS'",
Expand Down
13 changes: 4 additions & 9 deletions workflows/sample_analysis/inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@
},
"hificnv_expected_bed_male": "File",
"hificnv_expected_bed_female": "File",
"gnomad_af": "File",
"hprc_af": "File",
"gff": "File",
"population_vcfs": [
{
"data": "File",
"data_index": "File"
}
]
"gnomad_af": "File? (optional)",
"hprc_af": "File? (optional)",
"gff": "File? (optional)",
"population_vcfs": "Array[WomCompositeType {\n data -> File\ndata_index -> File \n}]? (optional)"
},
"sample_analysis.deepvariant_version": "String",
"sample_analysis.deepvariant_model": "WomCompositeType {\n model -> WomCompositeType {\n data -> File\ndata_index -> File \n}\nmetadata -> File \n}? (optional)",
Expand Down

0 comments on commit 7156b6e

Please sign in to comment.