TheRoddyWMS / Roddy

The Roddy workflow development and management system.
http://roddy-documentation.readthedocs.io
MIT License
8 stars 3 forks source link

Implement a better parser and tests for Bash Arrays #313

Open dankwart-de opened 6 years ago

vinjana commented 5 years ago

This is related to https://github.com/DKFZ-ODCF/AlignmentAndQCWorkflows/issues/21 : Bash arrays provided to Roddy need to be of the form ( a b c ), while the actual Bash-compatible form is (a b c), i.e. without spaces after ( and before ).