Skip to content

Commit

Permalink
Create VAT scripts directory (#7386)
Browse files Browse the repository at this point in the history
* just an initial note on the VAT---more documentation needed

* create vat scripts dir and move in template
  • Loading branch information
RoriCremer authored Aug 2, 2021
1 parent b24f091 commit 98143c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/variantstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ After using the json file to auth as that service account, you can query the

# use a query like this to get the total number of bytes billed
bq --project_id <project> query --use_legacy_sql=false 'select sum(total_bytes_billed) as total from `region-us`.INFORMATION_SCHEMA.JOBS_BY_USER where creation_time > "2021-04-16 00:00:00" and creation_time < "2021-04-18 00:00:00" and total_bytes_billed > 1 limit 100'


### Running the VAT pipeline
The VAT pipeline is a set of WDLs
GvsSitesOnlyVCF.wdl
GvsValidateVAT.wdl

The pipeline takes in a jointVCF and outputs a table in BigQuery
File renamed without changes.

0 comments on commit 98143c5

Please sign in to comment.