Skip to content

fixed extra lines for SLURM args to agree with bilby_pipe syntax

Bruce Edelman requested to merge bruce.edelman/parallel_bilby:slurm_fix into master

This fixes the error of reading #SBATCH as a comment in ini files. Now you no longer need to write the #SBATCH part of the ini file and pbilby parsers scheduler-extra-lines as bilby_pipe parsers scheduler-args.

Second thought could be to make these names consistent as well since the syntax is now equivalent.

Merge request reports