diff --git a/changelog.md b/changelog.md index e53548942..e9bdc3c86 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ ## SPAdes 4.0.0, 3 June 2024 - SPAdes now supports NCBI SRA files as input; -- Reworked and improved documentation: [ablab.github.io](https://ablab.github.io); +- Reworked and improved documentation: [ablab.github.io](https://ablab.github.io/spades/); - [PathRacer](https://ablab.github.io/spades/pathracer.html) - a tool for mapping HMMs to assembly grpah - is now released as a part of SPAdes package; - [BinSPreader](https://ablab.github.io/spades/binspreader.html) (metagenomic binning refiner) is also released inside SPAdes package; - New [gfa-split tool](https://ablab.github.io/spades/standalone.html#graph-splitting) for splitting assembly graph into components; diff --git a/docs/installation.md b/docs/installation.md index fa9120150..ae5e303dc 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -35,8 +35,10 @@ To download [SPAdes Linux binaries](https://github.com/ablab/spades/releases/dow In this case you do not need to run any installation scripts - SPAdes is ready to use. We also suggest adding SPAdes installation directory to the `PATH` variable. -Note, that pre-build binaries do not work on new Linux kernels. - +SPAdes Linux binaries are built using [ManyLinux 2.28](https://peps.python.org/pep-0600). +SPAdes binaries should be compatible with systems using glibc 2.28 and newer including +ALT Linux 10+, RHEL 9+, Debian 11+, Fedora 34+, Mageia 8+, Photon OS 3.0 with updates, Ubuntu 21.04+. +In case of any problems we recommend [building from sources](installation.md#downloading-and-compiling-spades-source-code). ## Downloading SPAdes binaries for Mac