diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-02-20 15:33:48 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-02-20 15:33:48 +0100 |
| commit | 2f6e5bc5079e2dcef92a9a937608599f1159aeeb (patch) | |
| tree | 00366cf9e3f5b1c1f05ca65c7550c676f2e20d37 | |
| parent | a614aaecce2b1b87dfb3295a3488a11ec3198784 (diff) | |
gnu: r-netid: Add Python inputs.
* gnu/packages/bioinformatics.scm (r-netid)[propagated-inputs]: Add
python-anndata, python-geosketch, python-scanpy, and scvelo.
Change-Id: I67661d55769dcd23a1bc448c127d81c0e54065ae
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a27807f57f3..9617c9fa4c2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -1315,7 +1315,13 @@ RNA-seq or spatial transcriptomics.") | |||
| 1315 | r-reticulate | 1315 | r-reticulate |
| 1316 | r-robustrankaggreg | 1316 | r-robustrankaggreg |
| 1317 | r-rsvd | 1317 | r-rsvd |
| 1318 | r-seurat)) | 1318 | r-seurat |
| 1319 | |||
| 1320 | ;; Needed for use with reticulate | ||
| 1321 | python-anndata | ||
| 1322 | python-geosketch | ||
| 1323 | python-scanpy | ||
| 1324 | scvelo)) | ||
| 1319 | (native-inputs (list r-knitr)) | 1325 | (native-inputs (list r-knitr)) |
| 1320 | (home-page "https://github.com/WWXkenmo/NetID_package") | 1326 | (home-page "https://github.com/WWXkenmo/NetID_package") |
| 1321 | (synopsis | 1327 | (synopsis |
