Skip to content

Commit

Permalink
fix default workflow param
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 25, 2024
1 parent ac496d6 commit 76bafd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ process ocrd_skimage_denoise {

script:
"""
${params.singularity_wrapper} ocrd-skimage-denoise -w ${params.workspace_dir} -m ${mets_file_chunk} --page-id ${page_range} -I ${input_group} -O ${output_group} -p '{"method": "li"}'
${params.singularity_wrapper} ocrd-skimage-denoise -w ${params.workspace_dir} -m ${mets_file_chunk} --page-id ${page_range} -I ${input_group} -O ${output_group} -p '{"level-of-operation": "page"}'
"""
}

Expand Down

0 comments on commit 76bafd6

Please sign in to comment.