common-workflow-language / cwltool

Common Workflow Language reference implementation
https://cwltool.readthedocs.io/
Apache License 2.0
335 stars 230 forks source link

CWLProv: needs to add running the conformance test to regular testing #916

Open mr-c opened 6 years ago

mr-c commented 6 years ago

195 tests passed, 2 failures, 0 unsupported features




From CWL v1.1 conformance tests

mr-c commented 6 years ago

./run_test.sh RUNNER=cwltool EXTRA="--provenance $PWD/RO_test" -n55 to run a single test

To debug a single test, adapt the command that is run. For example:

/home/mcrusoe/cwltool/env3/bin/cwltool --provenance /home/mcrusoe/common-workflow-language/RO_test --outdir=/tmp/tmpxn1z84do 'v1.0/search.cwl#main' v1.0/search-job.json I would

cd v1.0
cwltool --provenance RO_test --debug  'v1.0/search.cwl#main' v1.0/search-job.json

and, if need be,

pip install ipdb
ipdb $(which cwltool) --provenance RO_test --debug  'v1.0/search.cwl#main' v1.0/search-job.json