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
For --outdir I included a trailing forward slash in the gs:// path, which resulted in Failed to publish file: warnings.
--outdir
gs://
Failed to publish file:
It appears that the pipeline is concatenating strings versus using file(params.outdir) / "path/to/output".
file(params.outdir) / "path/to/output"
`--outdir gs://path/to/output/` instead of `--outdir gs://path/to/output`
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
For
--outdir
I included a trailing forward slash in thegs://
path, which resulted inFailed to publish file:
warnings.It appears that the pipeline is concatenating strings versus using
file(params.outdir) / "path/to/output"
.Command used and terminal output
`--outdir gs://path/to/output/` instead of `--outdir gs://path/to/output`
Relevant files
No response
System information
The text was updated successfully, but these errors were encountered: