Skip to content

IllustratedMan-code/nextflowFlake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Install nextflow by putting something like this in your config:

flake.nix

{
    inputs = { nextflow.url = "github:IllustratedMan-code/nextflowFlake" };

}

...

{
    environment.systemPackages = [ inputs.nextflow.packages.x86_64-linux.default ];

}

If there are any problems, don't hesitate to file an issue!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published