Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nlecouvr
nextflow
Commits
1db31f43
Verified
Commit
1db31f43
authored
Sep 23, 2021
by
Laurent Modolo
Browse files
CONTRIBUTING.md: fix bug in file_prefix definition
parent
11121155
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
1db31f43
...
...
@@ -139,7 +139,7 @@ If you want to use information within the `file_id` to name outputs in your `scr
file_prefix = file_id.values()[0]
break
default:
file_id
file_prefix =
file_id
break
}
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment