common-workflow-language / common-workflow-language/cwltool

"--basedir" option is not working

Open
#668 4 comments 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
Python
Stars
376
Forks
255
Avg merge
2d 7h
Merged PRs (30d)
12

Description

Currently, if the job file `job.json` looks like:
```
{
"input_file": {
"class": "File",
"path": "hello.txt"
}
}
```
Then `hello.txt` must be in placed in the same directory with `job.json`. With `--input-dir` option one could specify a base path other than the parent directory of `job.json` to resolve file inputs with relative paths. With that, one can place `job.json` and file inputs separately and independently of one another.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.