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:
parent
4254269ad5
commit
b963bf6b1d
1 changed files with 13 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue