You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.
We can use the current server's storeService.readCWLFiles which will attempt to differentiate between a regular json/yaml file and one that has class: CommandLineTool or class: Workflow in the root. It returns the type of CWL tool that is described in the file.
Since v1.0, cwlVersion is a required property at the tool's root, so we can differentiate between v1.0 and draft-2 in that way. We should "sniff" out the version we should be validating against before we start validation.
No description provided.
The text was updated successfully, but these errors were encountered: