Closed stain closed 5 years ago
Related to common-workflow-language/schema_salad#132 although this was not in an enum
thanks a lot @stain!
Thank you very much @stain !!
Huh,
Resolved 'workflows/FastQC-multifiles-wf.cwl' to 'file:///home/travis/build/mscheremetjew/workflow-is-cwl/workflows/FastQC-multifiles-wf.cwl'
Tool definition failed validation:
workflows/FastQC-multifiles-wf.cwl:18:1: checking field `steps`
workflows/FastQC-multifiles-wf.cwl:19:5: checking object `workflows/FastQC-multifiles-wf.cwl#fastqc`
workflows/FastQC-multifiles-wf.cwl:26:5: Field `run` contains undefined reference to `file:///home/travis/build/mscheremetjew/workflow-is-cwl/tools/FastQC/FastQC-v0.11.5.cwl`
The command "bash travis/workflow-cwl-validation-tests.sh" exited with 1.
But neither workflows/FastQC-multifiles-wf.cwl
nor tools/FastQC/FastQC-v0.11.5.cwl
is part of this PR..
@mr-c no worries. You are working on the assembly branch and for that branch the integration test was already failing even before you apply your changes. https://travis-ci.org/mscheremetjew/workflow-is-cwl/builds/435897848
agree with @mscheremetjew. the fail isn't related to the PR from @stain, it is just an outdated tool link. we just need to replace FastQC-v0.11.5.cwl, FastQC-v0.11.7.cwl, don't we @mscheremetjew ?
(therefore I think it should be merged, and the tool reference could be fixed but independently, right?)
@hmenager Merged it. Also I fixed the reference to the right version of FastQC. we'll find out what the integration test will say now.
awesome, thanks!
CWL Viewer falls over with spaces in
id
:This fix renames
single reads
in Trinity tool.