Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziad Al Bkhetan committed Oct 26, 2024
1 parent 74c9764 commit acde576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/compare_structures.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ process COMPARE_STRUCTURES {
--html_template ${template} \\
--output_dir ./ \\
--name ${meta.id} \\
$args \\
$args
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down
3 changes: 2 additions & 1 deletion modules/local/generate_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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} \\
Expand Down

0 comments on commit acde576

Please sign in to comment.