Skip to content

Commit

Permalink
update metadata -> sample_info inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorgantaylor committed Apr 9, 2021
1 parent ae5928e commit 60bd7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/variantstore/wdl/extract/run_gvs_tieout_extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ python ngs_cohort_extract.py \
--fq_temp_table_dataset ${PROJECT}.temp_tables \
--fq_destination_dataset ${PROJECT}.${DATASET} \
--destination_table exported_cohort_all_samples \
--fq_cohort_sample_names ${PROJECT}.${DATASET}.metadata \
--fq_cohort_sample_names ${PROJECT}.${DATASET}.sample_info \
--query_project ${PROJECT} \
--fq_sample_mapping_table ${PROJECT}.${DATASET}.metadata
--fq_sample_mapping_table ${PROJECT}.${DATASET}.sample_info

0 comments on commit 60bd7c5

Please sign in to comment.