Skip to content

Commit b6a44bd

Browse files
committed
fix script
1 parent 098675e commit b6a44bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/run_benchmark/render_report_local.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ TASK_STRIP_PREFIX=$(echo $TASK | sed 's/task_//')
2121
echo "Processing $DATE -> $OUTPUT_DIR"
2222

2323
# start the run
24-
# TODO: switch to `-r build/main` once PR openproblems-bio/openproblems#919 is merged
2524
nextflow run openproblems-bio/openproblems \
26-
-r build/feature/no-ref/update-process-results \
25+
-r build/main \
2726
-main-script target/nextflow/reporting/process_task_results/main.nf \
2827
-profile docker \
2928
-resume \

0 commit comments

Comments
 (0)