Cactus 2.8.2 2024-05-09
Cactus 2.8.2 is available in the following forms:
- Docker Image:
quay.io/comparative-genomics-toolkit/cactus:v2.8.2
GPU-accelerated Docker Image:quay.io/comparative-genomics-toolkit/cactus:v2.8.2-gpu
Install instructions in README.md - Pre-compiled Binaries Linux Tarball: cactus-bin-v2.8.2.tar.gz
Install instructions in BIN-INSTALL.md - Pre-compiled Binaries For Older CPU Architectures Linux Tarball: cactus-bin-legacy-v2.8.2.tar.gz
Install instructions in BIN-INSTALL.md - Source Tarball: cactus-v2.8.2.tar.gz
Install instructions in README.md
WARNING: do not use the github automatically generated source files (Source code (zip)
or Source code (tar.gz)
), these are not correct.
The Docker images and binaries linked above are built using AVX2 extensions, and require a CPU that supports them, except the "Pre-compiled Binaries For Older CPU Architectures" which should be compatible with any 64-bit architecture (and, since version 2.3.1, support Cactus's pangenome pipeline).
Please subscribe to the cactus-announce low-volume mailing list to receive notice of Cactus release.
Release Notes
This release fixes some bugs and adds a (docker-only) vcfwave
normalization option for pangenomes.
- Use correct
bigChain.as
that allows chain scores to be huge (instead of capping them) - Update
odgi
,vg
,abPOA
andtaffy
to their latest releases - Fix
cactus-hal2maf
andcactus-pangenome --odgi
to work with--binariesMode docker
bcftools norm -f
now run by default on all non-raw VCF outputs (toggle off in the config)vcfwave
normalization option added for pangenomes (to mimic what was done for release HPRC graphs). Note thatvcfwave
is not included in the binary release -- you need to use the Cactus docker or build it yourself.- Minigraph fasta file renamed from
.gfa.fa
to.sv.gfa.fa
to be less confusing - Gap and empty MAF block filtering moved from
cactus-hal2maf
tocactus-maf2bigmaf
. So MAF output will now have a reference base for every position. - Fix
cactus-preprocess
to do only RED masking by default (there was previously a bug where it ran RED then lastz after). The--maskMode
option is also fixed to work properly. - Update to Toil 6.1.0