Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-02 | genenetwork3: New dependency (python-email-validator) | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm: (python-email-validator): New dependency | |||
2023-01-27 | gn: tissue: Update to 0.1.0. | Arun Isaac | |
* gn/packages/gemini.scm: Import (gnu packages compression) and (guix download). (tissue): Update to 0.1.0. [source]: Use url-fetch. [native-inputs]: Add lzip. | |||
2023-01-22 | genecup: Update to 1.8. | Efraim Flashner | |
2023-01-20 | gn: tissue: Use latest guile-xapian. | Arun Isaac | |
* gn/packages/gemini.scm (guile-xapian-latest): New variable. (tissue): Use guile-xapian-latest. | |||
2023-01-12 | gn: genecup: Update to 1.7. | Efraim Flashner | |
2022-12-28 | gn: (genenetwork2): Add python-authlib as a dependency | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm: (python-authlib): New dependency | |||
2022-12-28 | gn: (genenetwork2): Add flask-session as a dependency | Frederick Muriuki Muriithi | |
Flask session already handles a lot of the house-keeping involved with server-side sessions: this commit adds it as a dependency to avoid having to do the house-keeping manually. * gn/packages/genenetwork.scm: (python-flask-session): New dependency | |||
2022-12-23 | Disable pingouin tests | Pjotr Prins | |
2022-12-23 | Making the build work for genenetwork | Pjotr Prins | |
2022-12-20 | gn: (genenetwork3): Add dependency | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm (genenetwork3): Add python-authlib as a dependency to genenetwork3 | |||
2022-12-16 | gn: (python-authlib): New package | Frederick Muriuki Muriithi | |
* gn/packages/python-web.scm: (python-authlib): New package. | |||
2022-12-11 | gn: Fix building genenetwork1 | Efraim Flashner | |
2022-12-11 | Revert "gn: rust-quick-csv-0.1: remove duplicated package" | Efraim Flashner | |
This reverts commit fb631515ccf985e6e89c6cb03a86833aa3b963c6. rust-quick-csv-0.1 isn't actually in Guix yet. | |||
2022-12-08 | Minor fixes aiming for genenetwork1 | Pjotr Prins | |
2022-12-06 | gn: (rust-clap-4): Update dependency | Frederick Muriuki Muriithi | |
* gn/packages/crates-io.scm (rust-clap-4): Change from rust-terminal-size-0.2 which is undefined to rust-terminal-size-0.1 | |||
2022-12-06 | gn: (julia-visuals): Slurp expressions to fix package definition | Frederick Muriuki Muriithi | |
* gn/packages/julia.scm (julia-visuals): slurp in sexps to fix the package definition. | |||
2022-12-06 | gn: rust-quick-csv-0.1: remove duplicated package | Frederick Muriuki Muriithi | |
* gn/packages/crates-io.scm (rust-quick-csv-0.1): Remove package that is also defined in mainline guix | |||
2022-12-06 | gn: (genenetwork3): Update to 0.1.0-2.e781996 | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm (genenetwork3): Update to version 0.1.0-2.e781996 | |||
2022-12-05 | Commented Julia inputs that no longer work | pjotrp | |
2022-12-04 | gn: Replace IPFS links in python24 and python with GN file server | Pjotr Prins | |
2022-11-30 | gn: Remove upstreamed packages | Efraim Flashner | |
2022-11-29 | gn: (gn-rust-correlation): Update to 0.1.4-0.a22381e | AlexanderKabui | |
* gn/packages/crates-io.scm (gn-rust-correlation): 0.1.4--0.a22381e | |||
2022-11-27 | gn: Fix guix pull. | Efraim Flashner | |
2022-11-16 | gn: Add graph-genotyper and dependent packages | Efraim Flashner | |
2022-11-13 | gn: pgr-tk: Unbundle agc. | Efraim Flashner | |
2022-11-10 | gn: Add missing imports and package licenses. | Efraim Flashner | |
2022-11-10 | gn: Add pgr-tk | Efraim Flashner | |
2022-11-07 | gn: Add missing crate | Efraim Flashner | |
2022-11-03 | gn: (gn/packages/genenetwork.scm): Add yoyo-migrations as dependency | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm: add yoyo-migrations as a dependency. | |||
2022-10-30 | gn: genenetwork2: Do not depend on python-xapian-bindings. | Arun Isaac | |
Now, only genenetwork3 depends on python-xapian-bindings. genenetwork2 makes use of xapian indirectly through the genenetwork3 API. * gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Remove python-xapian-bindings. | |||
2022-10-28 | gn: (genenetwork3): Update to 0.1.0-2.faf2739 | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm (genenetwork3): Update to 0.1.0-2.faf2739 | |||
2022-10-24 | gn: Fix ruby module licenses | Efraim Flashner | |
2022-10-24 | gn: Update crates for upstream changes | Efraim Flashner | |
2022-10-18 | gn: genenetwork3: Depend on python-xapian-bindings. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add python-xapian-bindings. | |||
2022-10-18 | gn: genenetwork3: Depend on python-pymonad. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add python-pymonad. | |||
2022-10-18 | gn: genenetwork3: Depend on python-click. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork3)[inputs]: Add python-click. | |||
2022-10-11 | gn: (gn-rust-correlation): Update to 0.1.4-0.b82a93b | Frederick Muriuki Muriithi | |
* gn/packages/crates-io.scm (gn-rust-correlation): 0.1.4-0.b82a93b | |||
2022-10-05 | gn: (genenetwork2): Update to 3.11-2.1328932 | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-2.1328932 | |||
2022-10-05 | gn: (genenetwork3): Update to 0.1.0-2.fe1b8be | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm (genenetwork3): Update to 0.1.0-2.fe1b8be | |||
2022-09-30 | gn: (genenetwork2): Update to 3.11-2.6f1a66b | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-2.6f1a66b | |||
2022-09-30 | gn: (genenetwork3): Update to 0.1.0-2.0d365dd | Frederick Muriuki Muriithi | |
* gn/packages/genenetwork.scm (genenetwork3): Update to 0.1.0-2.0d365dd | |||
2022-09-30 | gn: Update gn-rust-correlation to 0.1.4-0.fd85c0f | Frederick Muriuki Muriithi | |
* gn/packages/crates-io (gn-rust-correlation): Update to 0.1.4-0.fd85c0f | |||
2022-09-24 | gn: Update blobtools. | Efraim Flashner | |
2022-09-20 | gn: Add blobtools. | Efraim Flashner | |
2022-09-20 | genecup: Update package. | Efraim Flashner | |
Replace PYTHONPATH with GUIX_PYTHONPATH. Remove trailing #t from phases. | |||
2022-09-20 | bnw: Update package | Efraim Flashner | |
Remove trailing #t from phases Replace PYTHONPATH with GUIX_PYTHONPATH | |||
2022-09-16 | gn: (genenetwork-qc): Update to 0.0.1-2.b735cae | Frederick Muriuki Muriithi | |
* gn/packages/quality-control.scm (genenetwork-qc): Update to 0.0.1-2.b735cae | |||
2022-09-14 | gn: genenetwork2: Depend on python-xapian-bindings. | Arun Isaac | |
* gn/packages/genenetwork.scm: Import (gnu packages search). (genenetwork2)[propagated-inputs]: Add python-xapian-bindings. | |||
2022-09-14 | gn: genenetwork2: Depend on python-pymonad. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add python-pymonad. | |||
2022-09-08 | gn: genenetwork-qc: Update to 0.0.1-2.38af157. | Frederick Muriuki Muriithi | |
* gn/packages/quality-control.scm (genenetwork-qc) Update to 0.0.1-2.38af157. |