about summary refs log tree commit diff
path: root/gn/packages
AgeCommit message (Collapse)Author
2 dayspangenome: impg: updated to latest commit HEAD mainpjotrp
3 daysMake tools tunable (pangenome)pjotrp
3 daysAllow for tuning of C++ and Rust packages --tune=nativepjotrp
3 daysMake these pangenome packages tunablepjotrp
3 daysNew package (pangenomes) meta-packagepjotrp
The pangenomes meta package propagates: wfmash, pggb, odgi, seqwish, smoothxg, impg, gfainject, gafpack, cosigt, minimap2, samtools, bedtools, bwa-mem2, meryl, kfilt, miniprot, pangene, gfaffix, gfautil, vcfbub, wally, fastga-rs, htslib
4 daysRename channels.scm to avoid guix pull compilation error [AI]pjotrp
Rename manifest.scm to avoid guix pull compilation error [AI] Replace local-file with git-fetch statements
5 daysPropagate snakemake (cosigt)pjotrp
5 daysFix cosigt propagation for workflow and missing getopts in pggbpjotrp
8 daysAdd test (impg) integration testpjotrp
9 daysPropagate fastga-rs in impgpjotrp
9 daysDowngraded (wfmash) from 0.24 to 0.14. Pggb requires that. Cosigt tests:pjotrp
● ALL 12 STEPS PASS with wfmash-0.14! And note: Step 6 now shows 142 nodes (vs 7 nodes with wfmash-0.24) -- a much more detailed pangenome graph from pggb with the correct wfmash version. ● Genotype: sampleA#2#chr1 + sampleC#2#chr1, cosine similarity 0.52 -- exactly matching the expected result from the test README!
9 daysUpdate tests so they pass for cosigtpjotrp
10 daysAdd wfmash recentpjotrp
10 daysGet pangenome tools going againpjotrp
10 daysWorking on cosigt and odgi (WIP)pjotrp
11 daysEnable tests (impg)pjotrp
11 daysGetting rid of guix-past dependencypjotrp
guix-bioinformatics is now fully self-contained -- no more guix-past or guix-rust-past-crates dependencies.
11 daysGet rid of python-nose warningpjotrp
11 daysUpdated (impg) to latest with dependenciespjotrp
11 daysMilestone achieved: guix-bioinformatics no longer depends on ↵pjotrp
guix-rust-past-crates. All Rust packages build with only -L . -L ../guix-past/modules.
11 daysMore surgery:pjotrp
- gn-rust-correlation moved to genenetwork-rust.scm with new-style cargo-inputs - crates-io.scm import removed from genenetwork.scm and bioinformatics.scm - past-crates is now only referenced by crates-io.scm itself (dead file) - genenetwork2 builds successfully - All Rust packages (rust-qtlreaper, gn-rust-correlation) build from their new locations
11 daysUpdated rust package for qtlreaperpjotrp
11 daysMove (gfaffix) to rust packagepjotrp
11 daysChanged URLs for Chris packagespjotrp
11 daysUpdated (gfautil) to latest rust packagingpjotrp
11 daysMoved all pangenome Rust packages to pangenome-rust.scmpjotrp
11 daysAdded a number of packages for cosigt/impg:pjotrp
+ gfainject + rust-onecode + ragc + fastga-rs + spoa + impg gfautil + safestringlib + bwa-mem2 + miniprot + pangene + wally + meryl + kfilt + cosigt
2026-03-24Fixes after a recent guix pullpjotrp
2026-03-24pylmm-gn2 moved to pastpjotrp
2026-03-23Packages reintroduced for GNpjotrp
2026-03-23Moving failing packages outpjotrp
2026-03-23Fixes to buildpjotrp
2026-03-22Fix (julia) packages by disabling tests (sorry)pjotrp
2026-03-22Fixed (node) by removing dev dependencies before installpjotrp
2026-03-22Drop unused GN and lizardfs packagespjotrp
2026-03-22Fixes buildspjotrp
2026-03-22fix (genenetwork2) build.pjotrp
Summary of fixes: - guix-rust-past-crates: All local-file "./patches/..." replaced with search-patches (10 patches across the file) - python-asserts: Disabled tests (#:tests? #f) - python-htmlgen: Disabled tests (#:tests? #f)
2026-03-22Moving to guix-bioinformatics-pastpjotrp
2026-03-22move patchespjotrp
2026-03-22Removed (delly)pjotrp
2026-03-22Mark RISC-V packages as obsoletepjotrp
2026-03-22Continue cleanuppjotrp
2026-03-22Moved redundant and older packages to new repo: guix-bioinformatics-past. It ↵pjotrp
may have been too much, but we can move back
2026-03-22Moving (genenetwork1, lisp) packages to guix-bioinformatics-past repopjotrp
2026-03-22update (pggb_) pggb 0.7.4 built successfullypjotrp
2026-03-22Update (vg) to 1.72.0 and merged dev vg-gn packagepjotrp
Summary of changes: - Merged vg-gn into vg (single package) - Updated version from 1.65.0 to 1.72.0 - Added openssl and wfa2-lib to inputs (new dependencies in 1.72.0) - Added libwfa2 to PKG_CONFIG_DEPS - Added subdirectory include paths (vcflib, fastahack, cairo, raptor2) via CPLUS_INCLUDE_PATH/C_INCLUDE_PATH - Fixed fastahack linking (use -lfastahack instead of adding .so to archive) - Fixed vcf2tsv test path to use (which "vcf2tsv") - Tests enabled and passing (1343/1343)
2026-03-21Fix (vg) v1.65.0 with vcflib build [AI]pjotrp
2026-03-21Fix (vcflib) upgrade to latest 1.0.15pjotrp
Includes vcflib CMake patch that will be merged upstream.
2026-03-21Bump (vcflib) version to 1.0.15. Remove wfa2-lib-static packagepjotrp
2026-03-21fix (vcflib) zig support added back inpjotrp