Hintzelab / MABE

Modular Agent Based Evolution Framework
Other
77 stars 24 forks source link

mq.py generated sbatch files fail when parenthesis are in un-quoted string parameters #334

Open VincentRagusa opened 4 years ago

VincentRagusa commented 4 years ago

CONSTANT = NAMESPACE-paramName (paramValue*with-parenthesis)

will fail ONLY on HPCC queued jobs, but will pass mq.py -t and mq.py -l tests because unprotected '(' and ')' characters are interpreted as part of the sbatch command.

VincentRagusa commented 2 years ago

The '[' and ']' used in MTrees also create the same bug