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 da7737c commit ec352ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wdl/tasks/Utility/SRUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ task BaseRecalibrator {
File known_sites_index

String prefix
Int maximum_cycle_value = 1000

RuntimeAttr? runtime_attr_override
}
Expand All @@ -425,7 +426,9 @@ task BaseRecalibrator {
-I ~{input_bam} \
--use-original-qualities \
-O ~{prefix}.txt \
--known-sites ~{known_sites_vcf}
--known-sites ~{known_sites_vcf} \
--maximum-cycle-value ~{maximum_cycle_value}


}
#########################
Expand Down

0 comments on commit ec352ec

Please sign in to comment.