Author name with whitespace leads to error
When supplying an author name with a whitespace, this leads to an error when reading in to the multiqc script in rule prepare_multiqc_config
.
The fix is easy, surround the call with parenthesis:
'{params.author_name}'
. This can be done for the other arguments as well.