Skip to content

Commit

Permalink
formatting change #2 to sample QC README
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasch committed Sep 13, 2021
1 parent ec6884c commit dc110b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/callset_QC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ This will currently create/overwrite the sample_metrics table in the dataset. (T
- Execute the query
- Click the SAVE RESULTS button to export the results, or you can save the query as a SQL file and then run this command locally to get a CSV file in your local environment:

bq --project_id=<project> --use_legacy_sql=false query --format=csv --use_legacy_sql=false "$(cat <path to SQL file>)" > <path to destination CSV file>
`bq --project_id=<project> --use_legacy_sql=false query --format=csv --use_legacy_sql=false "$(cat <path to SQL file>)" > <path to destination CSV file>`

0 comments on commit dc110b8

Please sign in to comment.