8000 modules using log redirects break when using conda · Issue #8455 · nf-core/modules · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
modules using log redirects break when using conda #8455
Closed
@znorgaard

Description

@znorgaard

Have you checked the docs?

Description of the bug

Processes that include lines like: 2> >(tee output.log >&2) break if run with conda. Specifically discovered when working with fastp.

Switching them to 2>| >(tee output.log >&2) will fix the issue.

Command used and terminal output

unzip fulcrumgenomics-example.zip
cd fulcrumgenomics-example/
nextflow run main.nf -profile "docker" # works!
nextflow run main.nf -profile "conda" # fails!



Command error:
  .command.sh: line 5: /dev/fd/63: cannot overwrite existing file

Relevant files

fulcrumgenomics-example.zip

System information

Nextflow version: 24.10.6
nf-core/tools version: 3.2.1
Hardware: M3 mac
Executor: local
Container engine: conda 24.11.3
OS: macOS 14.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0