Skip to content

Commit

Permalink
some quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Oct 29, 2024
1 parent 0f69c3c commit a884691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/nf-neuro/io/readbids/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ process IO_READBIDS {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
scilpy: 2.0.2
scilpy: \$(pip list | grep scilpy | tr -s ' ' | cut -d' ' -f2)
END_VERSIONS
"""

Expand All @@ -47,7 +47,7 @@ process IO_READBIDS {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
scilpy: 2.0.2
scilpy: \$(pip list | grep scilpy | tr -s ' ' | cut -d' ' -f2)
END_VERSIONS
"""
}
2 changes: 1 addition & 1 deletion modules/nf-neuro/io/readbids/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- Input
- Structure
tools:
- "Scilpy":
- "scilpy":
description: "The Sherbrooke Connectivity Imaging Lab (SCIL) Python dMRI processing toolbox."
homepage: "https://github.com/scilus/scilpy.git"

Expand Down

0 comments on commit a884691

Please sign in to comment.