common-workflow-language / user_guide

The CWL v1.0 - v1.2 user guide
http://www.commonwl.org/user_guide/
Other
42 stars 67 forks source link

add exclude_cache_cmd domain for CMDCache #355

Closed xjf729 closed 1 year ago

xjf729 commented 1 year ago

Usually, the results of cat output.txt are different in different working directory. But many results of this are Message is: Hello world!, such as 2.3 Expressions, 2.12. Environment Variables, 2.13. Using Containers, which are unexpected. Thus, I may consider to add a exclude_cache_cmd part to specify some cmd which results will not be cached.