Launching a processing script on many files (e.g. thousands) will create too many slurm*.out files. We should add a flag to easily suppress these files e.g. --quiet
A possible approach would be to modify the sbatch call as follows:
sbatch --output=/dev/null --error=/dev/null [...]