roryk / ipython-cluster-helper

Tool to easily start up an IPython cluster on different schedulers.
148 stars 23 forks source link

slurm 19.05 sinfo data parsing broken #64

Open matthdsm opened 4 years ago

matthdsm commented 4 years ago

xref https://github.com/bcbio/bcbio-nextgen/issues/3097

Slurm 19.05 outputs an additional header, breaking the sinfo parsing.

Cheers M

matthdsm commented 4 years ago

can be fixed by grabbing out[4] in stead of out[2]

Cheers M