summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAfkhami, Navid <Navid.Afkhami@mdc-berlin.de>2023-10-31 14:01:22 +0000
committerRicardo Wurmus <rekado@elephly.net>2023-10-31 22:03:24 +0100
commitb963bf6b1debe0f73c5d88452fa23a3954fc3cad (patch)
tree3130b0b83bb2f49dbf7e4f44d26cc6aa68c20786 /gnu
parent4254269ad5d4a358a25562a22fb4d735e73941d6 (diff)
downloadguix-b963bf6b1debe0f73c5d88452fa23a3954fc3cad.tar.gz
gnu: python-baltica: Add missing R inputs.
* gnu/packages/bioinformatics.scm (python-baltica)[propagated-inputs]: Add
r-biocmanager, r-dplyr, r-genomicranges, r-here, r-openxlsx, r-optparse,
r-readr, r-rsamtools, r-stringr, r-tidyr, r-upsetr, and r-yaml.
[description]: Add an extra space after a period.

Change-Id: I8c1bb556048b406b95e081155a46da17a6be5676
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm14
1 files changed, 13 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a47e84bc33..3a4bcd093a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5164,13 +5164,25 @@ software to answer ad hoc questions.")
            python-pysam
            python-pyyaml
            python-scipy
+           r-biocmanager
+           r-dplyr
+           r-genomicranges
+           r-here
+           r-openxlsx
+           r-optparse
+           r-readr
+           r-rsamtools
+           r-stringr
+           r-tidyr
+           r-upsetr
+           r-yaml
            snakemake-7))
     (native-inputs (list python-cython python-pyfakefs python-pytest))
     (home-page "https://github.com/dieterich-lab/Baltica")
     (synopsis "Integrated splice junction usage analysis")
     (description
      "This framework facilitates the execution of @dfn{differential junction
-usage} (DJU) methods. Additionally, it enables the integration of results from
+usage} (DJU) methods.  Additionally, it enables the integration of results from
 multiple DJU methods.")
     (license license:expat)))