diff options
author | pjotrp | 2025-03-19 10:33:27 +0100 |
---|---|---|
committer | pjotrp | 2025-03-19 10:33:27 +0100 |
commit | 34e3aca6eec438dc737601e58dd1c4d1bcdb05a6 (patch) | |
tree | 45dd44c8cab17888e9b84ab93decab1ea735554a /gn/packages/bioinformatics.scm | |
parent | ca80985cf9cba893861f0f5ffb920273dcb59c3a (diff) | |
download | guix-bioinformatics-34e3aca6eec438dc737601e58dd1c4d1bcdb05a6.tar.gz |
New packages: r-runit and r-org-rn-eg-db that are used by jumpshiny service
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index ef30d23..02c979d 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -4594,6 +4594,7 @@ interface to the basic htslib. It can be easily included in a C++ program for scripting high-performance genomic analyses.") (license license:asl2.0))) + (define-public r-stitch (package (name "r-stitch") |