All Stories

A primer on Dadaist2

What is Dadaist2

Singularity for bioinformatics

A basic introduction to Singularity containers

Bash script getting parameters from the users

A basic introduction on passing parameters to shell scripts

Bash script safety net

We can instruct our scripts to stop when a problem is found with the set -euo pipefail directive.

If, then. Condition checking for Bash scripts

The idea to check if some condition is true before executing some commands is very simple and useful. The Bash syntax, for historical reasons, is probably the ugliest you’ll ever...