Skip to content

rush v0.6.0

Latest
Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 12 Nov 07:40
· 1 commit to master since this release
  • rush v0.6.0
    • fix variables containing "{}", the bug was introduced in v0.5.7. e.g., rush -v 'p={}/{%}' 'echo {p}_1.fq' outputs a/b/b_1.fq.
    • supports outputting "{}" with the replacement string "{{}}". echo a/b | rush 'echo {{}}' outputs {}.