Skip to content

Commit abefc74

Browse files
dltamayoCopilot
andauthored
Update modules/local/annotate/main.nf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b83a497 commit abefc74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/local/annotate/main.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ process ANNOTATE_CONCATENATE {
1111
script:
1212
"""
1313
# Concatenate input Adaptive files and process metadata
14+
# Note: 'all_sample_files' is used as an implicit dependency to control scheduling.
15+
: $all_sample_files
1416
compare_concatenate.py "${samplesheet_utf8}"
1517
"""
1618
}

0 commit comments

Comments
 (0)