by Sebastian | Jan 22, 2025 | Bioinformatics, DNALinux, Python
With the release of Python 3.13, a long-awaited feature has finally arrived – the ability to disable the Global Interpreter Lock (GIL). This change opens up new possibilities for performance optimization and true multi-threading in Python applications. What is...
by Sebastian | Jul 18, 2024 | Bioinformatics, DNALinux
On June 2024, NCBI released a new version of BLAST (2.16.0). NCBI didn’t release an ARM binary so far, it is not available at the FTP site nor the Docker images. Toyoko released a Docker image with the ARM version at...