Skip to content

Commit

Permalink
modify maximum_cycle_value parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
shadizaheri committed Jul 26, 2024
1 parent 11c576a commit da7737c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wdl/pipelines/ILMN/Alignment/SRFlowcell.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ workflow SRFlowcell {
known_sites_vcf = ref_map["known_sites_vcf"],
known_sites_index = ref_map["known_sites_index"],

prefix = SM + ".baseRecalibratorReport"
prefix = SM + ".baseRecalibratorReport",
maximum_cycle_value = 1000

}

call SRUTIL.ApplyBQSR as t_010_ApplyBQSR {
Expand Down

0 comments on commit da7737c

Please sign in to comment.