Skip to content
New issue

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

Failed to publish file => double forward slashes #261

Open
nick-youngblut opened this issue Apr 12, 2024 · 0 comments
Open

Failed to publish file => double forward slashes #261

nick-youngblut opened this issue Apr 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nick-youngblut
Copy link

Description of the bug

For --outdir I included a trailing forward slash in the gs:// path, which resulted in Failed 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

  • nextflow 23.10.1
  • GCP
  • Docker
  • pipeline job run from linux VM on GCP Compute Engine
@nick-youngblut nick-youngblut added the bug Something isn't working label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant