diff --git a/data/vtlib/bcl2bam_phix_deplex_wtsi_stage1_template.json b/data/vtlib/bcl2bam_phix_deplex_wtsi_stage1_template.json index 754361b0..2f5ffdcb 100644 --- a/data/vtlib/bcl2bam_phix_deplex_wtsi_stage1_template.json +++ b/data/vtlib/bcl2bam_phix_deplex_wtsi_stage1_template.json @@ -106,6 +106,14 @@ {"subst":"i2b_final_1_flag","ifnull":{"subst_constructor":{"vals":[ "--final-cycle", {"subst":"i2b_final_1"} ],"postproc":{"op":"concat","pad":"="}}}}, {"subst":"i2b_thread_count_flag","ifnull":{"subst_constructor":{"vals":[ "--threads", {"subst":"i2b_thread_count"} ],"postproc":{"op":"concat","pad":"="}}}}, {"subst":"i2b_tqlen_flag","ifnull":{"subst_constructor":{"vals":[ "--queue-len", {"subst":"i2b_tqlen"} ],"postproc":{"op":"concat","pad":"="}}}}, + {"select":"i2b_nocall_qual_switch", "required":true, "select_range":[1], "default":"off", + "cases":{ + "on": + {"subst":"i2b_nocall_qual_flag","ifnull":{"subst_constructor":{"vals":[ "--nocall-quality", {"subst":"i2b_nocall_qual", "ifnull":2} ],"postproc":{"op":"concat","pad":"="}}}}, + + "off":[] + } + }, {"subst":"i2b_arbitrary_flags", "comment":"this allows arbitrary sets of flag strings to be inserted in the command" }, "--output-file=-", "--compression-level=0"