common-workflow-language / common-workflow-language/user_guide

User guide issue : disappeared or deprecated field?

未关闭
#146 0 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Common Workflow Language
星标
42
派生
65
PR 合并指标
30 天内没有已合并 PR

描述

I tried to use cwl and followed the [Common Workflow Language User Guide](http://www.commonwl.org/user_guide/),but I had questions.

[In section 4(Returning Output Files)](http://www.commonwl.org/user_guide/04-output/index.html), `"example_out"` field is written as follows:
~~~
"example_out": {
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"basename": "hello.txt",
"nameroot": "hello",
"nameext": ".txt",
"location": "file:///home/me/cwl/user_guide/hello.txt",
"path": "/home/me/cwl/user_guide/hello.txt",
"class": "File",
"size": 0
}
~~~

However, "nameroot" and "nameext" have disappeared in my results. Is this caused by version of my cwl?

Here is my cwl verison

~~~
$cwltool --version
~/.pyenv/versions/3.6.1/bin/cwltool 1.0.20190621234233
~~~

It seems that same problem is existing in Section 5 and Section 6.

Thanks.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。