Skip to content

nix/guix environments #1526

@edmundmiller

Description

@edmundmiller

New feature

Hello! I'm thinking about implementing nix/guix environments for a process.

Similar to conda, docker, etc.

I found this issue, I think the problem with it was the actual building of nextflow.

#1395

This is not for the nextflow builds but the individual process

Usage scenario

process foo {
  nix-env 'bwa samtools multiqc'

  '''
  your_command --here
  '''
}

Suggest implementation

I'll need to look under the hood at the conda implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions