https://github.com/BIMSBbioinfo/guix-bimsb
Packages for GNU Guix that have not yet or will not be submitted upstream for various reasons
https://github.com/BIMSBbioinfo/guix-bimsb
bioinformatics gnu-guix guix hpc package-management scheme
Last synced: 6 months ago
JSON representation
Packages for GNU Guix that have not yet or will not be submitted upstream for various reasons
- Host: GitHub
- URL: https://github.com/BIMSBbioinfo/guix-bimsb
- Owner: BIMSBbioinfo
- License: gpl-3.0
- Created: 2015-03-05T15:34:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T22:50:20.000Z (over 1 year ago)
- Last Synced: 2024-08-21T21:27:29.768Z (10 months ago)
- Topics: bioinformatics, gnu-guix, guix, hpc, package-management, scheme
- Language: Scheme
- Homepage: http://guix.mdc-berlin.de
- Size: 1000 KB
- Stars: 15
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Guix package repository for use at the BIMSB
This repository provides Guix package definitions for use at the BIMSB
in addition to package definitions that come with GNU Guix. Some of
these package definitions won't be added to GNU Guix upstream as they
are variants of packages that are of limited interest outside of the
BIMSB.# How to use
See [Specifying Additional
Channels](https://guix.gnu.org/manual/en/guix.html#Specifying-Additional-Channels)
in the Guix manual for instructions on how to add it to your installation
or simply add the following snippet to your `channels.scm`:(channel
(name 'guix-bimsb)
(url "https://github.com/BIMSBbioinfo/guix-bimsb")
(introduction
(make-channel-introduction
"574d4ac1889af550837476dc11c843312e75d93b"
(openpgp-fingerprint
"BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC"))))# On Free Software
The GNU operating system has been developed so that users can have
freedom in their computing. GNU is "free software", meaning that
users have the
[four essential freedoms](http://www.gnu.org/philosophy/free-sw.html):0. to run the program
1. to study and change the program in source code form
2. to redistribute exact copies, and
3. to distribute modified versions.Packages found in the Guix System Distribution provide only software
that conveys these four freedoms and that are permitted by the
[free software distribution guidelines](http://www.gnu.org/distros/free-system-distribution-guidelines.html).Examples of non-free licenses include the original Artistic License or
open source licenses that forbid commercial usage.If you consider releasing software, please avoid non-free licenses. A
list of licenses that permit the above four freedoms and are
compatible with the GNU General Public License can be found on the
[Free Software Foundation's list of licenses](http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses).