molgenis / molgenis-compute

MOLGENIS Compute is a framework for bioinformatics which enables large scale data and computational workflow management in a distributed execution environment.
http://wiki.gcc.rug.nl/wiki/ComputeStart
GNU Lesser General Public License v3.0
4 stars 16 forks source link

Make clear how scripts are parsed #245

Open fdlk opened 8 years ago

fdlk commented 8 years ago

Right now, the header and footer get parsed by FreeMarker and <#noparse></#noparse> works. But the .sh template body gets parsed without FreeMarker, by a simple replacement of ${} tags only.

This should be made consistent.