Age | Commit message (Collapse) | Author |
|
* gn/packages/genenetwork.scm (genenetwork3): New variable.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2) [propagated-inputs]: Add
python-autopep8 and python-pylint.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2)
[propagated-inputs]: Use python-rpy2-next.
|
|
|
|
* gn/services/genenetwork.scm: Move some package defs to ...
* gn/packages/genenetwork.scm [propagated-inputs]: ... here.
|
|
* gn/packages/javascript.scm: (javascript-font-awesome): New package.
* gn/packages/javascript.scm: (genenetwork2) [propagated-inputs]: Add
javascript-font-awesome.
Signed-off-by: BonfaceKilz <me@bonfacemunyoki.com>
|
|
Signed-off-by: BonfaceKilz <me@bonfacemunyoki.com>
|
|
* gn/packages/genenetwork.scm (genenetwork1):
[arguments]: In 'changes-for-deployed-service, copy "web/webqtl/user" to
"web/webqtl/useralt" and replace how "user" is imported in
"web/webqtl/main.py"
|
|
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2):
[native-inputs]: Add graphviz.
[arguments]{generate-dag-svg-file}: New phase.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2):
[arguments] {generate-graph}: Remove begin form.
|
|
* gn/packages/genenetwork.scm: Add new #:use-modules: (guix graph) (guix
scripts graph) (guix store)
(python3-genenetwork2)[arguments]{generate-graph}: New phase after install
that uses d3js to generate a new graph which uses d3js as a backend.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2):
[arguments]{generate-dependency-file}: Add link to "genenetwork.scm" file.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2):
[arguments]{generate-dependency-file}: Add new phase after "install" that
generates a "DEPENDENCY.md" file which will be displayed in the gn2 web
interface.
|
|
* gn/packages/genenetwork.scm (genenetwork2):
[propagated-inputs]: Remove vim. Right now, building vim fails, thereby
causing python3-genenetwork2 to fail.
|
|
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2):
[propagated-inputs]: Comment out python-flask-socketio. Causes build on
Penguin2 to fail.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2):
[propagated-inputs]: Add python-flask-socketio.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2):
[propagated-inputs]: Add javascript-ckeditor.
|
|
|
|
* gn/packages/genenetwork.scm
[propagated-inputs]: New input.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2)
[propagated-inputs]: New input.
|
|
* gn/packages/genenetwork.scm (genenetwork3): Delete it. The python3 version
of genenetwork2 is already packaged as python3-genenetwork2.
|
|
|
|
|
|
|
|
|
|
|
|
Also re-indent.
|
|
|
|
|
|
|
|
|
|
|
|
* gn/packages/genenetwork.scm:
(python3-genenetwork2)[propagated-inputs]: Add python-rpy2
|
|
|
|
|
|
|
|
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add
python2-pillow
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2):
[source]: Use github source tree to avoid build failures in `setup.py` which
used old python 2 syntax.
[propagated-inputs]: Use python-wrapper that maps `python3` command to
`python`. Remove "python" from inherited propagated input. Remove unittest2
and mock inputs since they are already defined in python3's standard library.
[arguments]: Inherit package arguments from genenetwork2 and only update
'#phases and '#python args.
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2): Use a filter to get the
lists of packages to delete from the inherited propagated input.
|
|
* gn/packages/genenetwork.scm (genenetwork2): Remove duplicate
propagated-input
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2): Rewrite package
definiton to inherit from genenetwork2 package.
|
|
|
|
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2): Delete duplicate input
|
|
|
|
* gn/packages/genenetwork.scm (python3-genenetwork): Remove deprecated package
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2): Remove deprecated
python2-qtlreaper
|
|
* gn/packages/genenetwork.scm (python3-genenetwork2): Add it. Same as
genenetwork2 for now.
|