-
Notifications
You must be signed in to change notification settings - Fork 743
Closed
Description
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.
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
Labels
No labels