No way to access custom metadata
jdidion opened this issue · 2 comments
jdidion commented
CWL provides the ability to use custom metadata via $namespaces. However, the objects generated by the Java parser do not contain the metadata, or at least there's no method by which to access it.
jdidion commented
The same is true for $schemas
mr-c commented
$namespaces are stored in the private loadingOptions_ class member in each cwljava object; can you access that from Scala or do we need to add a public accessor function?
While there is a schemas class member for LoadingOptions it doesn't appear to be used. This would be fixable, if you'd like.