tseemann / legsta

🍗⭐ In silico Legionella pneumophila Sequence Based Typing
GNU General Public License v3.0
7 stars 3 forks source link

use grep -q to play nice with bioconda docker build #17

Open rpetit3 opened 2 years ago

rpetit3 commented 2 years ago

Super minor PR.

Bioconda uses Busy Box for the Docker containers, and the grep version included does not have --silent available. This PR just makes use of the shorthand -q instead.