Hintzelab/MABE

mq.py CONSTANT doesn't handle quotes around parameters

VincentRagusa opened this issue · 0 comments

CONSTANT = WORLD_GMB-BFunction (0-0.1)*VECT[0,0]
fails on HPCC because '(' and ')' are not in quotes in the sbatch file

CONSTANT = WORLD_GMB-BFunction "(0-0.1)*VECT[0,0]"
fails in MABE because the ' " ' (double quotes) are delivered from mq.py as part of the parameter and MTREE blows up.

CONSTANT = GLOBAL-initPop "default 100"
fails in mq.py because the internal space is not ignored.