bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
23 stars 5 forks source link

Bash strict mode and minor fixes #103

Closed vlad0x00 closed 1 year ago

vlad0x00 commented 1 year ago

Enabled strict mode in bash scripts so that they fail if any of the commands fail (as requested in https://github.com/bcgsc/btllib/issues/98). Additionally fixed clang-tidy complaints regarding setting vars to const that can be constant.