This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Description
Hello,
I'm building a workflow and using CommandLineTool examples from this repository (which are great!). Many have metadata but including them in a workflow produces:
$ ../src/pdx-pl.cwl pdx-inp.yml
/home/thomas.e/.local/bin/cwl-runner 1.0.20170622090721
Resolved '../src/pdx-pl.cwl' to 'file:///stornext/Home/data/allstaff/t/thomas.e/dev/pdx-genome/src/pdx-pl.cwl'
No handlers could be found for logger "rdflib.term"
../src/tools/samtools-sort.cwl:66:1: unrecognized extension field `s:downloadUrl`. Did you include a $schemas section?
../src/tools/samtools-sort.cwl:68:1: unrecognized extension field `s:license`. Did you include a $schemas section?
../src/tools/samtools-sort.cwl:75:1: unrecognized extension field `s:author`. Did you include a $schemas section?
This example uses the samtools-sort.cwl directly from the repository (other than commenting out the imports for envvar-global.ylm and samtools-docker.yml)