Skip to content

Commit

Permalink
Introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkovic committed Nov 30, 2023
1 parent 5c98afd commit 40c80d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf-training/hello.nf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ process CONVERTTOUPPER {
stdout

"""
cat $y | tr '[a-z]' '[A-Z]'
rev $y
"""
}

Expand Down

0 comments on commit 40c80d6

Please sign in to comment.