CCBR / Tools

Utilities for CCBR Bioinformatics Software ⚒️
https://ccbr.github.io/Tools/
MIT License
1 stars 4 forks source link

jobby: report `NA` for missing cpu_max / mem_max #2

Open kelly-sovacool opened 1 year ago

kelly-sovacool commented 1 year ago

Currently, if either cpu_max or mem_max is missing, jobby writes a hyphen - for that value. It'd be better to write NA which is more easily parsed as an NA value by dplyr/pandas.

kelly-sovacool commented 9 months ago

We had to write a workaround in the spooker report due to this bug:

https://github.com/CCBR/spook/blob/eabe239ca769460c10867493180ecf7e714796b2/bin/collect-data.R#L99-L105