Skip to content

Commit

Permalink
added default value to drop_state; broadinstitute/dsp-spec-ops#310 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasch authored Jun 1, 2021
1 parent 58a7687 commit e8e4748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsImportGenomes.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workflow GvsImportGenomes {
String? vet_schema = "sample_id:INTEGER,location:INTEGER,ref:STRING,alt:STRING,AS_RAW_MQ:STRING,AS_RAW_MQRankSum:STRING,QUALapprox:STRING,AS_QUALapprox:STRING,AS_RAW_ReadPosRankSum:STRING,AS_SB_TABLE:STRING,AS_VarDP:STRING,call_GT:STRING,call_AD:STRING,call_GQ:INTEGER,call_PGT:STRING,call_PID:STRING,call_PL:STRING"
String? sample_info_schema = "sample_name:STRING,sample_id:INTEGER,inferred_state:STRING"
File? service_account_json
String? drop_state
String? drop_state = "SIXTY"
Boolean? drop_state_includes_greater_than = false

Int? preemptible_tries
Expand Down

0 comments on commit e8e4748

Please sign in to comment.