markziemann / dee2

Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
http://dee2.io
GNU General Public License v3.0
39 stars 7 forks source link

stricter settings on the shell script volunteer_pipeline.sh #73

Closed markziemann closed 4 years ago

markziemann commented 4 years ago

Bash shell script pro tip add the following after shebang to catch and avoid unwanted errors/side effects:

set -euo pipefail