Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
astrocyte_example_wordcount
Commits
82952aa8
Commit
82952aa8
authored
May 15, 2016
by
David Trudgian
Browse files
uppercase not lowercase in uppercase process
parent
a9685f24
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
82952aa8
...
...
@@ -27,7 +27,7 @@ process uppercase {
file "${story.name}.uppercase" into uppercased
"""
cat "$story" | tr "[
A-Z
]" "[
a-z
]" > "${story.name}.uppercase"
cat "$story" | tr "[
a-z
]" "[
A-Z
]" > "${story.name}.uppercase"
"""
}
...
...
Write
Preview
Markdown
is supported
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