shenwei356 / rush

A cross-platform command-line tool for executing jobs in parallel
https://github.com/shenwei356/rush
MIT License
846 stars 63 forks source link

README.md - remove nonexistent rush flag (-g) #30

Closed vmikk closed 4 years ago

vmikk commented 4 years ago

Hello! There is a small typo in the examples in README.md - nonexistent -g flag: rush -g -v p={:^_1} 'echo {p} {p}_2.fq.gz' should be rush -v p={:^_1} 'echo {p} {p}_2.fq.gz'

I do not know why string substitution does not work in GNU parallel under Ubuntu on my PC, but rush works perfectly. Thank you!

With best regards, Vladimir

shenwei356 commented 4 years ago

thank you @vmikk