From acde576cf1252398915016793ee551e0dc3b2c8c Mon Sep 17 00:00:00 2001 From: Ziad Al Bkhetan Date: Sun, 27 Oct 2024 10:19:47 +1100 Subject: [PATCH] formatting --- modules/local/compare_structures.nf | 2 +- modules/local/generate_report.nf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/local/compare_structures.nf b/modules/local/compare_structures.nf index a8d0629..756d252 100644 --- a/modules/local/compare_structures.nf +++ b/modules/local/compare_structures.nf @@ -29,7 +29,7 @@ process COMPARE_STRUCTURES { --html_template ${template} \\ --output_dir ./ \\ --name ${meta.id} \\ - $args \\ + $args cat <<-END_VERSIONS > versions.yml "${task.process}": diff --git a/modules/local/generate_report.nf b/modules/local/generate_report.nf index 61ccdd1..3bfdc04 100644 --- a/modules/local/generate_report.nf +++ b/modules/local/generate_report.nf @@ -26,7 +26,8 @@ process GENERATE_REPORT { def args = task.ext.args ?: '' """ - generate_report.py --type ${output_type} \\ + generate_report.py \\ + --type ${output_type} \\ --msa ${msa} \\ --pdb ${pdb.join(' ')} \\ --html_template ${template} \\