Age | Commit message (Collapse) | Author |
|
For older guix versions, the variable %default-gnu-imported-modules
might not already be exported from the (guix build-system gnu) module.
This commit provides a tide-over for that.
|
|
Restore the naming for the inputs packages to before commit
eb7beb340a9731775e8ad177e47b70dba2f2a84f.
|
|
|
|
|
|
* gn/packages/genenetwork.scm: (genenetwork3) [propagated-inputs]: Add
r-qtl2.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn/packages/guile.scm (gn-guile): New package.
|
|
|
|
|
|
|
|
All the flask applications mentioned above make use of python-requests
library which needs the CA certificate bundle present within the
environment that each application runs in. The nss-certs package
installs the appropriate CA certificate bundles.
|
|
|
|
* .guix-channel: Upgrade guix channel to 2394a7f.
* gn/packages/bioinformatics.scm (pplacer)[inputs]: Replace gsl-static
with (gsl "static").
* gn/packages/ocaml.scm (ocaml4.07-gsl-1)[inputs]: Replace gsl-static
with (gsl "static").
* gn/packages/static.scm (wfmash-static)[inputs]: Replace gsl-static
with (gsl "static").
|
|
* gn/packages/bioinformatics.scm (pplacer): Use G-expressions.
|
|
* gn/packages/ocaml.scm (ocaml4.07-gsl-1): Use G-expressions.
|
|
* gn/packages/bioinformatics.scm (graphaligner): Update to 1.0.19.
[native-inputs]: Add (jemalloc "bin").
|
|
* gn/packages/bioinformatics.scm (graphaligner): Use G-expressions.
|
|
* gn/packages/bioinformatics.scm (smoothxg): Update to 0.8.0.
[arguments]: Remove architecture-specific -march=armv8-a+simd flag.
|
|
* gn/packages/bioinformatics.scm (odgi): Update to 0.9.0.
|
|
* gn/packages/bioinformatics.scm (seqwish): Update to 0.7.11.
|
|
|
|
|
|
|
|
Pull in fixes for WGCNA and CTL analyses.
|
|
Pull in Pair-Scan output paths fixes
|
|
|
|
Include R scripts in installed files.
|
|
Pull in changes fixing paths for rqtl_wrapper.R script.
|
|
|
|
|
|
|
|
* Add missing python package.
|
|
|
|
Update to latest commit with @pjotr's changes.
|
|
Push fix below:
https://github.com/genenetwork/genenetwork2/commit/8618fdc8f4c05153f48e1afdbf9d2c337ba79929
|
|
This pushes fix for the bug caused by using relative paths for font
files.
|
|
|
|
This update pushes some logging of a font file. The purpose is to
debug relative paths, and prove/disprove a hypothesis.
|
|
This reverts commit 7eaa7028ffe3e8b0d5dfe242da87dd76930f637e.
This does not include all the dependencies needed to run GEMMA. These
were included with commit ab2ae88f2698cde22cae05c432f0f1ae0db7b070
later, but that also had to be reverted due to another issue altogether.
|
|
This reverts commit ab2ae88f2698cde22cae05c432f0f1ae0db7b070.
At this point, running GEMMA will fail because it attempts to extract
files into the /tmp directory, which leads to permission issues when
there is an attempt to change the permission bits of /tmp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gn/packages/genenetwork.scm: (genenetwork2) [propagated-inputs]: Add
javascript-ace, javascript-diff, javascript-diff2html,
javascript-diff2html-ui javascript-highlight, javascript-highlight-ui,
javascript-marked, javascript-marked-highlight.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn/packages/javascript.scm (javascript-highight-ui): New package.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn/packages/javascript.scm (javascript-highlight): New package.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn/packages/javascript.scm (javascript-diff): New package.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn/packages/javascript.scm (javascript-diff2html-ui): New package.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|