common-workflow-lab / wdl-cwl-translator

A translator from WDL to CWL v1.2
Apache License 2.0
26 stars 8 forks source link

Enhance tests: run the resulting CWL description using test data #45

Open mr-c opened 3 years ago

mr-c commented 3 years ago

and compare checksums to results from the source WDL files

mr-c commented 2 years ago

The framework to do this was introduced in https://github.com/common-workflow-lab/wdl-cwl-translator/commit/be466780198cf7c4977fbc04cf0fc4d5c26a9c4f

The test files, if small, go in https://github.com/common-workflow-lab/wdl-cwl-translator/tree/main/wdl2cwl/tests/inputs

Each test is added to https://github.com/common-workflow-lab/wdl-cwl-translator/blob/main/wdl2cwl/tests/cwl_tests.yaml

kinow commented 2 years ago

@Th3nn3ss I think we made some progress here? Could you check and update the check boxes above? Thanks!!!

mr-c commented 2 years ago

These checkboxes are for the execution of the resulting CWL files. I didn't write any additional tests, though we did run them using the new code. So there will not be any new boxes to check..