Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jun 18, 2024
1 parent 3fda626 commit 9dbe82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-scil/tractogram/removeinvalid/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ process TRACTOGRAM_REMOVEINVALID {
def no_empty = task.ext.no_empty ? "--no_empty" : ""

"""
for tractogram in ${tractogram};
for tractogram in ${tractograms};
do \
ext=\${tractogram#*.}
bname=\$(basename \${tractogram} .\${ext})
Expand Down

0 comments on commit 9dbe82a

Please sign in to comment.