mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: snakemake: Add missing inputs.
* gnu/packages/python-xyz.scm (snakemake)[propagated-inputs]: Add python-nbformat, python-pulp, and python-toposort.
This commit is contained in:
parent
08447ab7cd
commit
4f02c4c4a9
1 changed files with 3 additions and 0 deletions
|
@ -8082,11 +8082,14 @@ (define-public snakemake
|
|||
("python-gitpython" ,python-gitpython)
|
||||
("python-jinja2" ,python-jinja2)
|
||||
("python-jsonschema" ,python-jsonschema)
|
||||
("python-nbformat" ,python-nbformat)
|
||||
("python-networkx" ,python-networkx)
|
||||
("python-psutil" ,python-psutil)
|
||||
("python-pulp" ,python-pulp)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("python-ratelimiter" ,python-ratelimiter)
|
||||
("python-requests" ,python-requests)
|
||||
("python-toposort" ,python-toposort)
|
||||
("python-wrapt" ,python-wrapt)))
|
||||
(home-page "https://snakemake.readthedocs.io")
|
||||
(synopsis "Python-based execution environment for make-like workflows")
|
||||
|
|
Loading…
Reference in a new issue