ResearchObject / ro-crate-py

Python library for RO-Crate
https://pypi.org/project/rocrate/
Apache License 2.0
46 stars 23 forks source link

Remove version from ComputerLanguage #150

Closed simleo closed 1 year ago

simleo commented 1 year ago

This had several problems:

I left the lang_version argument of add_workflow untouched, so it can be used to set the version for the CWL identifier.

UPDATE (2023-05-29): At the latest meeting, some expressed concerns about removing the ability to set the version entirely, so I changed the PR to only remove the arbitrary defaults instead. Note that the identifier for the CWL language is versioned only if a version is provided, as in the original PR.