Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-05 | Merge pull request 'Move packages to genetwork1 propagated inputs' (#11) ↵ | Pjotr Prins | |
from Chore/Add-required-pkgs-to-gn1-inputs into master Reviewed-on: http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics/pulls/11 | |||
2021-02-05 | Move packages to genetwork1 propagated inputs | BonfaceKilz | |
* gn/services/genenetwork.scm: Move some package defs to ... * gn/packages/genenetwork.scm [propagated-inputs]: ... here. | |||
2021-02-05 | packages: python24: Replace with ipfs file link | BonfaceKilz | |
* gn/packages/python24.scm: (GN1-thirdparty-sources): Use ipfs link | |||
2021-02-03 | gn: javascript: Add javascript-font-awesome | Alexander Kabui | |
* 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> | |||
2021-02-03 | octopus config changes | Efraim Flashner | |
2021-01-31 | gn: javascript: Replace javascript-zxcvbn-async with javascript-zxcvbn | Alexander Kabui | |
Signed-off-by: BonfaceKilz <me@bonfacemunyoki.com> | |||
2021-01-24 | gn: bio-vcf upstreamed | Efraim Flashner | |
2021-01-17 | gn: update bio-ruby | Efraim Flashner | |
2021-01-13 | gn: update ratspub to 0.4.5. | Efraim Flashner | |
2021-01-12 | gn: javascript: Add xtermjs and associated css styling | Alexanderkabui | |
* gn/packages/javascript.scm: (javascript-xterm): New package. (javascript-xterm-style): New package. Signed-off-by: BonfaceKilz <me@bonfacemunyoki.com> | |||
2021-01-12 | gn: services: gn1-httpd-config: Use MemorySession for sessions | BonfaceKilz | |
See: <http://modpython.org/live/mod_python-3.3.1/doc-html/pyapi-sess-classes.html> | |||
2021-01-12 | gn: genenetwork1: Create "useralt" and replace "user" with it | BonfaceKilz | |
* 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" | |||
2021-01-12 | gn: services: gn1-httpd-config: Replace SetHandler with AddHandler | BonfaceKilz | |
* gn/services/gn1-httpd-config.scm (GN1-httpd-config): Use "AddHandler mod_python .py". This allows all python modules and submodules to be loaded by modpython. | |||
2021-01-12 | gn: services: gn1-httpd-config: Change document root to "/web/" | BonfaceKilz | |
2021-01-12 | gn: services: gn1-httpd-config: Make apache display static content | BonfaceKilz | |
Static content here is: images, javascript and CSS. * gn/services/gn1-httpd-config.scm (GNI-httpd-config): Add extra apache directive for showing images, javascript, and CSS. | |||
2021-01-09 | ruby-redis: new | pjotrp | |
2021-01-09 | gemma: revert to latest | pjotrp | |
2021-01-09 | fix | pjotrp | |
2020-12-21 | gn: genenetwork1 service: Factor out httpd config. | Efraim Flashner | |
2020-12-17 | gn: lizardfs: Update package | Efraim Flashner | |
2020-12-17 | gn: python-twint: Patch Token class in order to get refreshTokens | BonfaceKilz | |
* gn/packages/twint.scm [patches]: Add python-twint-token.patch. * python-twint-token.patch: New file. | |||
2020-12-16 | gn: javascript: Update javascript-underscore to 1.12.0 | BonfaceKilz | |
2020-12-16 | Updated gemma | pjotrp | |
2020-12-15 | octopus: Add lizardfs service | Efraim Flashner | |
2020-12-15 | Update gemma-gn2 | pjotrp | |
2020-12-15 | Updated gemma package for GN2 | pjotrp | |
2020-12-15 | Try htslib with codecs | pjotrp | |
2020-12-15 | Remove stuff that is in trunk | pjotrp | |
2020-12-15 | gn: rust-handlegraph-0.3, rust-ndarray-0.12 upstreamed | Efraim Flashner | |
2020-12-15 | gn: javascript: Use correct datatable-scroller library | Alexanderkabui | |
* gn/packages/javascript.scm (javascript-datatables-scroller): Update to 2.0.3. [propagated-inputs]: Add javascript-datatables-scroller-style. [synopsis]: Update it. (javascript-datatables-scroller-style): New package. Signed-off-by: BonfaceKilz <bonfacemunyoki@gmail.com> | |||
2020-12-07 | gn: modularize slurm service | Efraim Flashner | |
2020-12-06 | gn: python3-genenetwork2: Generate svg graph from python3-package | BonfaceKilz | |
* gn/packages/genenetwork.scm (python3-genenetwork2): [native-inputs]: Add graphviz. [arguments]{generate-dag-svg-file}: New phase. | |||
2020-12-06 | gn: python3-genenetwork2: Remove unnecessary begin form | BonfaceKilz | |
* gn/packages/genenetwork.scm (python3-genenetwork2): [arguments] {generate-graph}: Remove begin form. | |||
2020-12-06 | gn: fix module imports | Efraim Flashner | |
2020-12-04 | gn: python3-genenetwork2: Generate graph from python3-package | BonfaceKilz | |
* 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. | |||
2020-12-04 | gn: python3-genenetwork2: Add package link in generated deps file | BonfaceKilz | |
* gn/packages/genenetwork.scm (python3-genenetwork2): [arguments]{generate-dependency-file}: Add link to "genenetwork.scm" file. | |||
2020-12-03 | octopus: update slurm services | Efraim Flashner | |
2020-12-02 | gn: python3-genenetwork2: Generate static dependencies file | BonfaceKilz | |
* 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. | |||
2020-12-01 | octopus: add slurm services | Efraim Flashner | |
2020-11-29 | gn: remove unecessary import | Efraim Flashner | |
2020-11-29 | gn: python-xlsxwriter available upstream. | Efraim Flashner | |
2020-11-28 | gemma-gn2: updated to latest | pjotrp | |
2020-11-26 | octopus: Add munge service, initial octopus OS config | Efraim Flashner | |
2020-11-25 | gn: Add lizardfs | Efraim Flashner | |
2020-11-23 | upstream cwltools and dependant packages | Efraim Flashner | |
2020-11-21 | Updated CWL | pjotrp | |
2020-11-21 | cwltools: updated | Pjotr Prins | |
2020-11-20 | gn: genenetwork2: Remove vim from propagated inputs | BonfaceKilz | |
* gn/packages/genenetwork.scm (genenetwork2): [propagated-inputs]: Remove vim. Right now, building vim fails, thereby causing python3-genenetwork2 to fail. | |||
2020-11-20 | gn: python3-genenetwork: Replace python-mistune with python-markdown | BonfaceKilz | |
2020-11-19 | gn: python3-genenetwork2: Comment out python-flask-socketio | BonfaceKilz | |
* gn/packages/genenetwork.scm (python3-genenetwork2): [propagated-inputs]: Comment out python-flask-socketio. Causes build on Penguin2 to fail. |