Skip to content

Commit b83a497

Browse files
dltamayoCopilot
andauthored
Update workflows/tcrtoolkit.nf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9ade10a commit b83a497

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

workflows/tcrtoolkit.nf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ workflow TCRTOOLKIT {
8888

8989
// Running sample level analysis
9090
if (levels.contains('sample')) {
91-
SAMPLE( sample_map_final ),
92-
ANNOTATE.out.cdr3_pgen
91+
SAMPLE(
92+
sample_map_final,
93+
ANNOTATE.out.cdr3_pgen
94+
)
9395
}
9496

9597
// Running comparison analysis

0 commit comments

Comments
 (0)