JaneliaSciComp / msg

Multiplexed Shotgun Genotyping
http://genomics.princeton.edu/AndolfattoLab/MSG.html
11 stars 12 forks source link

Parsing config files - skip over blank values #37

Open gregpinero opened 11 years ago

gregpinero commented 11 years ago

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.