Skip to content

guix-science/guix-bioc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guix Bioconductor channel

This channel complements GNU Guix’ collection of R packages and contains all Bioconductor packages not available in Guix yet. The import is fully automated and thus no quality control exists. Packages may or may not build, they may or may not work. Pull requests are not accepted.

You can use this channel by adding the following snippet to your ~/.config/guix/channels.scm and then running guix pull:

(cons
  (channel
    (name 'guix-bioc)
    (url "https://github.com/guix-science/guix-bioc.git"))
  %default-channels)

Binary substitutes for x86_64-linux are available from https://guix.bordeaux.inria.fr, see Getting Substitutes from Other Servers in the official manual for a general overview, or here for instructions specific to this channel.

About

Generated collection of Bioconductor packages for GNU Guix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages