Skip to content

Commit

Permalink
Change name of directory to 'variant-annotations-table'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed Sep 10, 2024
1 parent 0ff7491 commit 460fe70
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ workflows:
- /.*/
- name: GvsCreateVATfromVDS
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/variant_annotation_table/GvsCreateVATfromVDS.wdl
primaryDescriptorPath: /scripts/variantstore/wdl/variant-annotations-table/GvsCreateVATfromVDS.wdl
filters:
branches:
- master
Expand All @@ -209,7 +209,7 @@ workflows:
- /.*/
- name: GvsCreateVATFilesFromBigQuery
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/variant_annotations_table/GvsCreateVATFilesFromBigQuery.wdl
primaryDescriptorPath: /scripts/variantstore/variant-annotations-table/GvsCreateVATFilesFromBigQuery.wdl
filters:
branches:
- master
Expand All @@ -218,9 +218,9 @@ workflows:
- /.*/
- name: GvsValidateVat
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/variant_annotations_table/GvsValidateVAT.wdl
primaryDescriptorPath: /scripts/variantstore/variant-annotations-table/GvsValidateVAT.wdl
testParameterFiles:
- /scripts/variantstore/variant_annotations_table/GvsValidateVat.example.inputs.json
- /scripts/variantstore/variant-annotations-table/GvsValidateVat.example.inputs.json
filters:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion scripts/variantstore/docs/aou/AOU_DELIVERABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The Callset Stats and S&P files can be simply `gsutil cp`ed to the AoU delivery

## Running the VAT pipeline
To create a BigQuery table of variant annotations, you may follow the instructions here:
[process to create variant annotations table](../../variant_annotations_table/README.md)
[process to create variant annotations table](../../variant-annotations-table/README.md)

The pipeline takes in the VDS and outputs a variant annotations table in BigQuery.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The pipeline takes in a Hail Variant Dataset (VDS), creates a queryable table in

### VAT WDLs

- [GvsCreateVATfromVDS.wdl](/scripts/variantstore/variant_annotations_table/GvsCreateVATfromVDS.wdl) creates a sites only VCF from a VDS and then uses that and an ancestry file TSV to build the variant annotations table.
- [GvsValidateVAT.wdl](/scripts/variantstore/variant_annotations_table/GvsValidateVAT.wdl) checks and validates the created VAT and prints a report of any failing validation.
- [GvsCreateVATfromVDS.wdl](/scripts/variantstore/variant-annotations-table/GvsCreateVATfromVDS.wdl) creates a sites only VCF from a VDS and then uses that and an ancestry file TSV to build the variant annotations table.
- [GvsValidateVAT.wdl](/scripts/variantstore/variant-annotations-table/GvsValidateVAT.wdl) checks and validates the created VAT and prints a report of any failing validation.

### Run GvsCreateVATfromVDS

Expand Down

0 comments on commit 460fe70

Please sign in to comment.