thasso / pyjip

JIP Pipeline System
http://pyjip.readthedocs.org
Other
19 stars 8 forks source link

Not good integration with bash arrays in jip tools #44

Open lfrias81 opened 10 years ago

lfrias81 commented 10 years ago

Jip tools written in bash do not support use of arrays because they require ${} syntax. One can escape those to make jinja parser not to complain. The problem though is that by escaping these expressions are neither evaluated by bash.