We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A trailing slash in the value of the --tmp-outdir-prefix CLI option provide different output results
image: ghcr.io/duke-gcb/calrissian/calrissian:0.16.0 command: ["calrissian"] args: - --stdout - /calrissian/results.json - --stderr - /calrissian/app.log - --max-ram - 4G - --max-cores - "8" - --tmp-outdir-prefix - /calrissian/tmp - --outdir - /calrissian/results - --usage-report - /calrissian/usage.json - --tool-logs-basepath - /calrissian/logs - /app-package/app-package.cwl - /inputs/params.yaml
Without the trailing slash:
"stac_catalog": { "location": "file:///calrissian/results/tmpblxy91p7",
With the trailing slash:
{ "stac_catalog": { "location": "file:///calrissian/results/lvm_l4cj",
Using --tmp-outdir-prefix /calrissian/tmp-aaa we get:
--tmp-outdir-prefix /calrissian/tmp-aaa
{ "stac_catalog": { "location": "file:///calrissian/results/tmp-aaabxuod1w_",
A trailing slash should not change the url "pattern" of a parameter taking a directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A trailing slash in the value of the --tmp-outdir-prefix CLI option provide different output results
Without the trailing slash:
With the trailing slash:
Using
--tmp-outdir-prefix /calrissian/tmp-aaa
we get:A trailing slash should not change the url "pattern" of a parameter taking a directory
The text was updated successfully, but these errors were encountered: