TheRoddyWMS / Roddy

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

Unify and fix the :: splitting code #141

Open dankwart-de opened 6 years ago

dankwart-de commented 6 years ago

e.g. RoddyCore/src/de/dkfz/roddy/client/cliclient/RoddyCLIClient.groovy

the detailed analysis descriptor is joined by :: and the splitting code is at several positions. This is error prone and a custom value class for this could help. Also look for a "disect" / "dissect" method

vinjana commented 6 years ago

Why is the internal analysis descriptor a string anyway? We should come up with a class for this.