MSG seems to read in the next line as the value if nothing is placed after an "=" in the config files.
Instead make it ignore the paramter if nothing comes after the "=".
Example msg.cfg:
...
sexchroms=
some_other_thing
...
current behavior:
sexchroms:some_other_thing
Desired behavior:
sexchroms is not specified.
MSG seems to read in the next line as the value if nothing is placed after an "=" in the config files.
Instead make it ignore the paramter if nothing comes after the "=".
Example msg.cfg:
...
sexchroms=
some_other_thing
...
current behavior:
sexchroms:some_other_thing
Desired behavior:
sexchroms is not specified.