File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/local/benchmark_report Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ process BENCHMARK_REPORT {
1515 script:
1616 def aws_cost_param = benchmark_aws_cur_report ? " --profile cost -P aws_cost:\$ TASK_DIR/${ benchmark_aws_cur_report} " : " "
1717 def benchmark_samplesheet = " benchmark_samplesheet.csv"
18- def failed_tasks = remove_failed_tasks ? " -P remove_failed_tasks:true " : " "
18+ def failed_tasks = remove_failed_tasks ? " -P remove_failed_tasks:True " : " "
1919
2020 """
2121 # Set up R environment from renv
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ workflow NF_AGGREGATE {
6969 aws_cur_report,
7070 params. remove_failed_tasks
7171 )
72- ch_versions = ch_versions. mix(BENCHMARK_REPORT . out. versions. first() )
72+ ch_versions = ch_versions. mix(BENCHMARK_REPORT . out. versions)
7373 }
7474
7575 //
You can’t perform that action at this time.
0 commit comments