aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-04-30 12:04:04 +0300
committerBonfaceKilz2021-05-10 12:41:30 +0300
commite4f4d1281717f3fd2fd724eda1ff8f15f781eba7 (patch)
treeebe520910874a5603320d8761c40677cc6ea2ab1 /gn/packages/genenetwork.scm
parent2b92eec3425340aad7db2ba9f486fbd46adb77de (diff)
downloadguix-bioinformatics-e4f4d1281717f3fd2fd724eda1ff8f15f781eba7.tar.gz
gn: genenetwork: Add autopep8 and pylint to python3-genenetwork2.
* gn/packages/genenetwork.scm (python3-genenetwork2) [propagated-inputs]: Add python-autopep8 and python-pylint.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index a90a054..49bc7c7 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -450,6 +450,7 @@ Graphical Fragment Assembly} files and related formats.")
("python-coverage" ,python-coverage)
("python-flask" ,python-flask)
("gunicorn" ,gunicorn)
+ ("python-autopep8" ,python-autopep8)
("python-cssselect" ,python-cssselect)
("python-elasticsearch" ,python-elasticsearch)
("python-htmlgen" ,python-htmlgen)
@@ -466,6 +467,7 @@ Graphical Fragment Assembly} files and related formats.")
("python-pandas" ,python-pandas)
("python-parameterized" ,python-parameterized)
("python-passlib" ,python-passlib)
+ ("python-pylint" ,python-pylint)
("python-redis" ,python-redis)
("python-requests" ,python-requests)
("python-simplejson" ,python-simplejson)