yuch7 / cwlexec

A new open source tool to run CWL workflows on LSF
Other
36 stars 8 forks source link

consider using 'cwljava' for CWL parsing #65

Open mr-c opened 3 years ago

mr-c commented 3 years ago

Currently only classes for CWL v1.2 have been generated, but I'd be happy to generate classes to parse and represent CWL v1.0 and v1.1 documents as well (that is not much work for me)

http://github.com/common-workflow-language/cwljava

Alternatively we add a helper method so that submitted documents would be automatically be upgraded to the latest CWL version