* Added `--scriptArgs` to `slurm-pipeline.py` to formalize giving arguments
on the command line that should be passed to initial step scripts (i.e.,
those that have no dependencies). This prevents the possibility of
putting unrecognized arguments (like `--startStep`) on the command line
which are then passed to the script steps.