Skip to content

Commit

Permalink
fofn_input instead of file_input
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasch committed Aug 14, 2024
1 parent 247dace commit c6d7c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ task SummarizeTaskMonitorLogs {
PS4='\D{+%F %T} \w $ '
set -o errexit -o nounset -o pipefail -o xtrace
python3 /app/summarize_task_monitor_logs.py --file_input ~{log_fofn} \
python3 /app/summarize_task_monitor_logs.py --fofn_input ~{log_fofn} \
--output monitoring_summary.txt
>>>
Expand Down

0 comments on commit c6d7c1c

Please sign in to comment.