load/parse cwl using Java
1
1
Entering edit mode
5.4 years ago
pr80ik ▴ 20

I would like to parse CWL file into java model classes. I'm using cwl-avro project (cwlavro version: 2.0.4.2) as the model classes. How can I parse the cwl file so that I get back an instance of _io.cwl.avro.Workflow.Workflow_ class

cwl • 1.3k views
ADD COMMENT
1
Entering edit mode

Probably best to make an issue at https://github.com/common-workflow-language/cwlavro/issues/new and tag https://github.com/denis-yuen to request his assistance

ADD REPLY
1
Entering edit mode

reported as github issue

ADD REPLY
0
Entering edit mode
5.3 years ago
denis.yuen ▴ 100

FYI, https://github.com/common-workflow-language/cwlavro/issues/16#issuecomment-450888290

Note, be alert as to which version of the cwlavro you're using, I've been a bit messy with version numbers. 2.0.4 (what we currently use) let's you switch between cwltool (installed locally on the system) and bunny for cwl -> json processing (but is mostly tested with cwltool) 2.0.7 (experimental) let's you use cwltool within heterodon (doesn't require Python dependencies directly)

Can probably discuss more what that means on GitHub.

ADD COMMENT

Login before adding your answer.

Traffic: 2501 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6