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
This commit is contained in:
Afkhami, Navid 2023-10-31 14:01:22 +00:00 committed by Ricardo Wurmus
parent 4254269ad5
commit b963bf6b1d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5164,13 +5164,25 @@ (define-public python-baltica
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)))