Age | Commit message (Collapse) | Author |
|
* gn/packages/genenetwork.scm (genenetwork3): Update to
0.1.0-2.16367da.
|
|
These packages are required in the propagated-inputs so that they can be run
locally.
* gn/packages/genenetwork.scm (genenetwork)[native-inputs]: Move pytest and
pytest to...
[propagated-inputs]: here.
|
|
* gn/packages/genenetwork.scm (genenetwork2) [native-inputs]: Add pytest and
pytest-mock
|
|
* gn/packages/genenetwork.scm (genenetwork3)[native-inputs]: Add
python-pytest-mock.
|
|
* gn/packages/genenetwork.scm (genenetwork2): Update to
3.11-2.17652b1.
[arguments]: Restore the default install phase.
|
|
Guix now prefers inputs as a plain list instead of an association
list. Modernize.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Use
plain list instead of association list.
|
|
coreutils and diffutils are implicit inputs of the
python-build-system. They don't have to be included explicitly.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]:
Remove coreutils and diffutils.
|
|
* gn/packages/genenetwork.scm (genenetwork3): Update to
0.1.0-2.83a7aa7.
[arguments]: Enable tests.
|
|
Test inputs are not required to actually run the built program. They
should therefore be in native-inputs. They should not be propagated.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Move
python-mypy, python-mypy-extensions, python-pylint, python-hypothesis
and python-pytest to ...
[native-inputs]: ... here.
|
|
In the effort to improve automated testing, this commit adds two
python modules that are useful for the tests.
|
|
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add
python-ijson.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add
r-ctl.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gn/packages/genenetwork.scm (python-seaborn-without-tests,
python-pingouin-with-working-python-seaborn): New variables.
(genenetwork3)[propagated-inputs]: Replace python-pingouin with
python-pingouin-with-working-python-seaborn.
|
|
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]:
Add diffutils.
|
|
This reverts commit f7e876d53832cf1d5d4b19118266e910e6100ea9. Add an extra
dependency by running something like:
```
guix shell -L /home/bonface/projects/guix-bioinformatics \
-L /home/bonface/projects/guix-past/modules -C \
-D pudb -f guix.scm
```
|
|
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]:
Add pudb for trouble-shooting purposes.
|
|
|
|
|
|
* gn/packages/genenetwork.scm: Import (gnu packages textutils),
not (gn packages textutils).
|
|
* gn/packages/genenetwork.scm (genenetwork2): Use updated version of csvdiff
from textutils.
|
|
Also, semantic versioning starts from 0.1.0, not 0.0.1.
* gn/packages/genenetwork.scm (genenetwork3)[version]: Use
git-version.
|
|
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]:
Remove python-sqlalchemy-stubs. Add python-sparqlwrapper and
rust-qtlreaper. Sort all inputs.
|
|
javascript-xterm-addon-fit to genenetwork2
* gn/packages/genenetwork.scm(genenetwork2) [propagated-inputs]: Add javascript-xterm , javascript-xterm-style and javascript-xterm-addon-fit
|
|
|
|
|
|
|
|
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add
python-pingouin
|
|
Only used when deemed necessary.
|
|
|
|
* gn/packages/genenetwork.scm(genenetwork3) [propagated-inputs]: Add r-wgcna an r-rjson
|
|
breaking the main genenetwork packages.
|
|
|
|
|
|
|
|
This is already packaged upstream.
* gn/packages/genenetwork.scm: Remove "(gn packages golang)" import.
* gn/packages/golang.scm: Delete file.
|
|
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add
python-flask-debugtoolbar
|
|
|
|
|
|
This fixes this error:
guix package: error: /home/bonface/projects/guix-bioinformatics/gn/packages/genenetwork.scm:295:4: package `genenetwork2@3.11-guix-84cbf35' has an invalid input: ("python" python-wrapper)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gn/packages/python24.scm (python24-direct): New variable.
* gn/packages/genenetwork.scm (genenetwork1)[propagated-inputs]: Add
python24-direct.
|
|
|
|
|