I want the input ref used in analysis toolkit, and the toolkit input the ref in config format,not in command-line format.Then,How can I deal with it,when I use CWL . Thank you!
I want the input ref used in analysis toolkit, and the toolkit input the ref in config format,not in command-line format.Then,How can I deal with it,when I use CWL . Thank you!
Hello lizhichao,
For creating configuration files at runtime, please consult this part of the CWL User Guide: https://www.commonwl.org/user_guide/14-runtime/index.html
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Hi lizhichao
Your question is too vague and badly written. For people here to help you, you need to explain what you are asking in a well structured way
Please read these post and re-frame the question
How To Ask Good Questions On Technical And Scientific Forums
Brief Reminder On How To Ask A Good Question
And I want to know. when cwl running in a docker ,where is the running dir and the input files dir copied to the same dir?
The answer regarding
InitialWorkDirRequirement
has already been given. But for anybody reading this in the future: The directory in which a CommandLineTool runs will only be determined after starting the job. You can, however, reference the directory in your cwl documents using$(runtime.outdir)
.If you do not use
InitialWorkDirRequirement
, input files will never be copied. Links to the input files are created instead.My software need the ref directory name,and I need assign the directory name by cwl-yaml's ref params.How can I achieve it?
It is really difficult to understand what the issue is. Maybe try giving us a specific example of what you are working on. What software do you want to run? Can you post the current version of your command line tool, even if it doesn't work? What is the file you have trouble passing to the tool?
If you put a little more effort into elaborating, i am sure we will be able to help.
Sorry for my obscure expression. I have made it.