gnu: snakemake: Order inputs alphabetically.
* gnu/packages/python-xyz.scm (snakemake)[propagated-inputs]: Order.master
parent
93803c6b61
commit
8994ae3453
|
@ -6170,19 +6170,19 @@ Python.")
|
||||||
"/bin/snakemake")))
|
"/bin/snakemake")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-gitpython" ,python-gitpython)
|
`(("python-appdirs" ,python-appdirs)
|
||||||
("python-wrapt" ,python-wrapt)
|
|
||||||
("python-requests" ,python-requests)
|
|
||||||
("python-appdirs" ,python-appdirs)
|
|
||||||
("python-configargparse" ,python-configargparse)
|
("python-configargparse" ,python-configargparse)
|
||||||
("python-datrie" ,python-datrie)
|
("python-datrie" ,python-datrie)
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
|
("python-gitpython" ,python-gitpython)
|
||||||
("python-jinja2" ,python-jinja2)
|
("python-jinja2" ,python-jinja2)
|
||||||
("python-jsonschema" ,python-jsonschema)
|
("python-jsonschema" ,python-jsonschema)
|
||||||
("python-networkx" ,python-networkx)
|
("python-networkx" ,python-networkx)
|
||||||
("python-psutil" ,python-psutil)
|
("python-psutil" ,python-psutil)
|
||||||
("python-pyyaml" ,python-pyyaml)
|
("python-pyyaml" ,python-pyyaml)
|
||||||
("python-ratelimiter" ,python-ratelimiter)))
|
("python-ratelimiter" ,python-ratelimiter)
|
||||||
|
("python-requests" ,python-requests)
|
||||||
|
("python-wrapt" ,python-wrapt)))
|
||||||
(home-page "https://snakemake.readthedocs.io")
|
(home-page "https://snakemake.readthedocs.io")
|
||||||
(synopsis "Python-based execution environment for make-like workflows")
|
(synopsis "Python-based execution environment for make-like workflows")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue