The client can just add them to the CWL if they are separated (pack)
- Also, in the
SubmissionModels, I have the feeling it would be cleaner to read the hints just once, in the service. They would come either integrated in the workflow or as a separate file that would be merged within the workflow in the client code (pack).
- So the
SubmissionModels would not carry the hints: they would be in the CWL. The advantage is that a given user can provide a CWL through the REST interface in a more "standard" way, not having to specify the hints separately in the JSON blob.
- And then they would be read by the services (as the clients are doing right now).
What's your opinion?
Originally posted by @aldbr in #23 (comment)
The client can just add them to the CWL if they are separated (
pack)SubmissionModels, I have the feeling it would be cleaner to read the hints just once, in the service. They would come either integrated in the workflow or as a separate file that would be merged within the workflow in the client code (pack).SubmissionModelswould not carry the hints: they would be in the CWL. The advantage is that a given user can provide a CWL through the REST interface in a more "standard" way, not having to specify the hints separately in the JSON blob.What's your opinion?
Originally posted by @aldbr in #23 (comment)