legacy icon indicating copy to clipboard operation
legacy copied to clipboard

fail validation: make-to-cwl/dna.cwl

Open jeremiahsavage opened this issue 9 years ago • 2 comments

I was looking for an example where the CommandLineTool and Workflow are in one file, and in trying to run https://github.com/common-workflow-language/workflows/blob/master/workflows/make-to-cwl/dna.cwl I get:

$ cwltool ~/workflows/workflows/make-to-cwl/dna.cwl 
/home/ubuntu/.virtualenvs/p2_cwl/bin/cwltool 1.0.20160523144113
No cwlVersion found, treating this file as draft-2.
Tool definition failed validation:
While checking object `file:///home/ubuntu/workflows/workflows/make-to-cwl/dna.cwl#rnaseq`
  Field `cwlVersion` contains undefined reference to `https://w3id.org/cwl/cwl#draft-3`
While checking object `file:///home/ubuntu/workflows/workflows/make-to-cwl/dna.cwl#cat`
  Field `cwlVersion` contains undefined reference to `https://w3id.org/cwl/cwl#draft-3`
While checking object `file:///home/ubuntu/workflows/workflows/make-to-cwl/dna.cwl#tr`
  Field `cwlVersion` contains undefined reference to `https://w3id.org/cwl/cwl#draft-3`
While checking object `file:///home/ubuntu/workflows/workflows/make-to-cwl/dna.cwl#main`
  Field `cwlVersion` contains undefined reference to `https://w3id.org/cwl/cwl#draft-3

jeremiahsavage avatar May 31 '16 22:05 jeremiahsavage

I get the same.

cnjr2 avatar Jul 06 '16 16:07 cnjr2

@cnjr2, @jeremiahsavage Pull request #95 should fix this issue

StarvingMarvin avatar Jul 06 '16 19:07 StarvingMarvin